Exemple #1
0
 public static void Main()
 {
     ImageViewer.App app = new ImageViewer.App();
     app.InitializeComponent();
     app.Run();
 }