示例#1
0
 public static void Main()
 {
     shapes.App app = new shapes.App();
     app.InitializeComponent();
     app.Run();
 }