rework throttle

reuse throttle mechanism for catching global keys
This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-08-14 02:02:26 +03:00
parent 468d28d9d8
commit 78776d37bd
6 changed files with 38 additions and 28 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace Azaion.Annotator;
public class GalleryManager
{
public void CreateThumbnails()
{
}
}