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