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