mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:56:31 +00:00
52371ace3a
WIP
11 lines
200 B
C#
11 lines
200 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Azaion.Annotator.Controls;
|
|
|
|
public partial class AnnotationClasses : DataGrid
|
|
{
|
|
public AnnotationClasses()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |