Exemple #1
0
 public static int Main(String[] args)
 {
     Bug oCbTest = new Bug();
     oCbTest.runTest((3));
     return 100;
 }
Exemple #2
0
 public static int Main(String[] args)
 {
     Bug b = new Bug();
     b.runTest();
     return 100;
 }