Example #1
0
 public FactoryElaborator(Factory f)
 {
     InitializeComponent();
     toReturn = f.GetCommands();
 }