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