示例#1
0
文件: Program.cs 项目: GLewKK/TMPS
 public static void ClientCode(Facade facade)
 {
     Console.Write(facade.Operation());
 }