static void Main(string [] args) { AddStyles(); var generator = new Eto.Platform.Mac.Generator(); var app = new TestApplication(generator); // use this to use your own app delegate: // ApplicationHandler.Instance.AppDelegate = new MyAppDelegate(); app.Run(args); }
static void Main (string [] args) { AddStyles (); var generator = new Eto.Platform.Mac.Generator (); var app = new TestApplication (generator); // use this to use your own app delegate: // ApplicationHandler.Instance.AppDelegate = new MyAppDelegate(); app.Run (args); }
static void Main (string[] args) { #if DEBUG Debug.Listeners.Add (new ConsoleTraceListener ()); #endif AddStyles (); var generator = new Eto.Platform.Mac.Generator (); var app = new TestApplication (generator); // use this to use your own app delegate: // ApplicationHandler.Instance.AppDelegate = new MyAppDelegate(); app.Run (args); }
static void Main(string[] args) { #if DEBUG Debug.Listeners.Add(new ConsoleTraceListener()); #endif AddStyles(); var generator = new Eto.Platform.Mac.Generator(); var app = new TestApplication(generator); // use this to use your own app delegate: // ApplicationHandler.Instance.AppDelegate = new MyAppDelegate(); app.Run(args); }