using AppKit;
namespace ITSwitchSample
{
static class MainClass
static void Main (string[] args)
NSApplication.Init ();
NSApplication.Main (args);
}