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