mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
14 lines
238 B
C#
14 lines
238 B
C#
|
|
using AppKit;
|
|||
|
|
using Eto.Forms;
|
|||
|
|
|
|||
|
|
namespace exeinfogui.XamMac
|
|||
|
|
{
|
|||
|
|
static class MainClass
|
|||
|
|
{
|
|||
|
|
static void Main(string[] args)
|
|||
|
|
{
|
|||
|
|
new Application(Eto.Platforms.XamMac2).Run(new MainForm());
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|