예제 #1
0
        public void Build(Factory factory, string type)
        {
            Command command = new FactoryCommand(
                factory, this, type);

            command.Execute();
        }
예제 #2
0
 public void Build(Factory factory, string type)
 {
     Command command = new FactoryCommand(
      factory, this, type);
     command.Execute();
 }