mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:46:29 +00:00
fix editing annotation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Azaion.Annotator.DTO;
|
||||
|
||||
public enum WindowsEnum
|
||||
{
|
||||
None = 0,
|
||||
Main = 10,
|
||||
DatasetExplorer = 20
|
||||
}
|
||||
Reference in New Issue
Block a user