示例#1
0
文件: Program.cs 项目: agnet/st12
 private static void TestFacade()
 {
     var facade = new Facade();
     facade.ComplexProcess();
 }