7 lines
133 B
C#
7 lines
133 B
C#
|
using Ryuclaw.Client.Mac;
|
|||
|
|
|||
|
// This is the main entry point of the application.
|
|||
|
NSApplication.Init ();
|
|||
|
NSApplication.Main (args);
|
|||
|
|