示例#1
0
文件: Client.cs 项目: narekye/code
 public Client(FactoryBase factory)
 {
     _element = factory.CreateElement();
 }