Inheritance: System.Windows.Application
 public static void Main(string[] args)
 {
     CustomApp app = new CustomApp();
     app.Run();
 }
        public static void Main(string[] args)
        {
            CustomApp app = new CustomApp();

            app.Run();
        }