Esempio n. 1
0
 public static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     PER = new Perc();
     G   = new IntegForm();
     Application.Run(G);
 }
Esempio n. 2
0
 public static void Ap()
 {
     PER = new Perc();
     G   = new IntegForm();
     G.ShowDialog();
 }