public static void Main() { SampleApp.App app = new SampleApp.App(); app.InitializeComponent(); app.Run(); }