static void Main(string[] args) { Project_example1.runExample1(); Project_example2.runExample2(); MyTest handle = new MyTest(); handle.run_Test(); }
static void Main(string[] args) { MyTest handle = new MyTest(); handle.run_Test(); }