Files
voice-cat/clients/apple/dotnet/VoiceCat.Mac/Program.cs
T

6 lines
151 B
C#
Raw Normal View History

2026-09-16 17:34:16 +02:00
using AppKit;
NSApplication.Init();
NSApplication.SharedApplication.Delegate = new VoiceCat.Mac.AppDelegate();
NSApplication.SharedApplication.Run();