상속: System.Windows.Application
예제 #1
0
        public static void Main()
        {
            InheritTheApp app = new InheritTheApp();

            app.Run();
        }
예제 #2
0
 public static void Main()
 {
     InheritTheApp app = new InheritTheApp();
     app.Run();
 }
 public static void Main(string[] args)
 {
     InheritTheApp app = new InheritTheApp();
     app.Run();
 }