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