xamarin-macios/dotnet/Templates/Microsoft.macOS.Templates/macos/Main.cs

6 строки
120 B
C#

using macOSApp1;
// This is the main entry point of the application.
NSApplication.Init ();
NSApplication.Main (args);