mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:46:30 +00:00
0b38d9b24c
add image processing
10 lines
133 B
C#
10 lines
133 B
C#
namespace Azaion.Annotator;
|
|
|
|
public partial class Annotator
|
|
{
|
|
public Annotator()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|