Files
annotations/Dummy/Azaion.Annotator/Annotator.xaml.cs
T
Alex Bezdieniezhnykh 0b38d9b24c add dummy dlls for show wrong pass caption
add image processing
2024-12-01 00:46:47 +02:00

10 lines
133 B
C#

namespace Azaion.Annotator;
public partial class Annotator
{
public Annotator()
{
InitializeComponent();
}
}