示例#1
0
文件: Facade.cs 项目: Khanchai/GoF
 public void MethodB()
 {
     Console.WriteLine("\nMethodB() ---- ");
     _two.MethodTwo();
     _three.MethodThree();
     _five.MethodFive();
 }