Inheritance: System.Windows.Application
Esempio n. 1
0
        public static void Main()
        {
            InheritTheApp app = new InheritTheApp();

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