Files
annotations/Azaion.Annotator/GalleryManager.cs
T
Oleksandr Bezdieniezhnykh 78776d37bd rework throttle
reuse throttle mechanism for catching global keys
2024-08-14 02:02:26 +03:00

10 lines
112 B
C#

namespace Azaion.Annotator;
public class GalleryManager
{
public void CreateThumbnails()
{
}
}