예제 #1
0
파일: Program.cs 프로젝트: GLewKK/TMPS
 public static void ClientCode(Facade facade)
 {
     Console.Write(facade.Operation());
 }