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