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