예제 #1
0
 public void MethodA()
 {
     Console.WriteLine("\n 方法组A()-----");
     one.MethodOne();
     two.MethodTwo();
     four.MethodFour();
 }
예제 #2
0
 public void MethedA()
 {
     Console.WriteLine("Acitve MethedA-----");
     one.MethodOne();
     two.MethodTwo();
     four.MethoedFour();
 }
예제 #3
0
파일: Program.cs 프로젝트: shennwei/Notes
 public void MethodA()
 {
     one.MethodOne();
 }
예제 #4
0
 public void MethodA()
 {
     Console.WriteLine("\nMethodA() ---------");
     one.MethodOne();
     two.MethodTwo();
 }