mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Add GUI.
This commit is contained in:
13
exeinfogui.XamMac/Program.cs
Normal file
13
exeinfogui.XamMac/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using AppKit;
|
||||
using Eto.Forms;
|
||||
|
||||
namespace exeinfogui.XamMac
|
||||
{
|
||||
static class MainClass
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
new Application(Eto.Platforms.XamMac2).Run(new MainForm());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user