Add editor skeleton.
This commit is contained in:
13
CICMMetadataEditor/CICMMetadataEditor.XamMac/Program.cs
Normal file
13
CICMMetadataEditor/CICMMetadataEditor.XamMac/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using AppKit;
|
||||
using Eto.Forms;
|
||||
|
||||
namespace CICMMetadataEditor.XamMac
|
||||
{
|
||||
static class MainClass
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
new Application(Eto.Platforms.XamMac2).Run(new MainForm());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user