mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 16:46:31 +00:00
add editor, fix some bugs
WIP
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Azaion.Annotator.Controls;
|
||||
|
||||
public partial class AnnotationClasses : DataGrid
|
||||
{
|
||||
public AnnotationClasses()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user