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