Move dlgMetadata as main form.

This commit is contained in:
2018-07-30 23:36:08 +01:00
parent 0b712134df
commit 735e0f0729
6 changed files with 55 additions and 126 deletions

View File

@@ -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());
}
}
}