예제 #1
0
파일: Main.cs 프로젝트: Teyras/Bounce
 public static void Main(string[] args)
 {
     Application.Init ();
     launcher = new LauncherWindow ();
     launcher.Show ();
     Application.Run ();
 }