예제 #1
0
파일: Program.cs 프로젝트: 44r0n/Gebat
 public static void Main(string[] args)
 {
     Application.Init ();
     Passwd win = new Passwd ();
     win.Show ();
     Application.Run ();
 }
예제 #2
0
파일: Program.cs 프로젝트: 44r0n/Gebat
        public static void Main(string[] args)
        {
            Application.Init();
            Passwd win = new Passwd();

            win.Show();
            Application.Run();
        }