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