6 lines
151 B
C#
6 lines
151 B
C#
using AppKit;
|
|
|
|
NSApplication.Init();
|
|
NSApplication.SharedApplication.Delegate = new VoiceCat.Mac.AppDelegate();
|
|
NSApplication.SharedApplication.Run();
|