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