Beispiel #1
0
 public void MethodB()
 {
     Console.WriteLine("\n 方法组B()-----");
     two.MethodTwo();
     three.MethodThree();
 }
Beispiel #2
0
 public void MethodB()
 {
     Console.WriteLine("Acitve MethedB-----");
     two.MethodTwo();
     three.MethodThree();
 }