示例#1
0
 public ClientFactoryPattern()
 {
     ClientFactory ClientFactory = new ClientFactory();
     IClient       client        = ClientFactory.getClient("Client1");
     IClient       client2       = ClientFactory.getClient("Client2");
 }