示例#1
0
 public CollabHistory(String StoreID)
 {
     InitializeComponent();
     this.StoreID    = StoreID;
     this.controller = new StoreCommandController();
     this.invoker    = new StoreCommandInvoker();
 }
示例#2
0
 public DeleteCommand()
 {
     controller             = new StoreCommandController();
     controllerStoreProduct = new StoreProductController();
 }