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