Move dlgMetadata as main form.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace CICMMetadataEditor.Desktop
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
{
|
||||
new Application(Eto.Platform.Detect).Run(new MainForm());
|
||||
new Application(Eto.Platform.Detect).Run(new dlgMetadata());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user