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