.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
6 lines
151 B
C#
6 lines
151 B
C#
using AppKit;
|
|
|
|
NSApplication.Init();
|
|
NSApplication.SharedApplication.Delegate = new VoiceCat.Mac.AppDelegate();
|
|
NSApplication.SharedApplication.Run();
|