mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
78776d37bd
reuse throttle mechanism for catching global keys
10 lines
112 B
C#
10 lines
112 B
C#
namespace Azaion.Annotator;
|
|
|
|
public class GalleryManager
|
|
{
|
|
|
|
public void CreateThumbnails()
|
|
{
|
|
|
|
}
|
|
} |