コード例 #1
0
 public void MethodA()
 {
     Console.WriteLine("\nMethodA() ---");
     _one.MethodOne();
     _two.MethodTwo();
     _four.MethodFour();
 }