Provides application-specific behavior to supplement the default Application class.
Inheritance: Windows.UI.Xaml.Application
Example #1
0
 public static void Main()
 {
     Testing.App app = new Testing.App();
     app.InitializeComponent();
     app.Run();
 }