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