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