예제 #1
0
파일: Facade.cs 프로젝트: Khanchai/GoF
 public void MethodB()
 {
     Console.WriteLine("\nMethodB() ---- ");
     _two.MethodTwo();
     _three.MethodThree();
     _five.MethodFive();
 }