Ejemplo n.º 1
0
 public void Initialize(GeneralStore generalStore, ItemsSettings itemsSettings, GeneralStoreWindowController storeWindow)
 {
     this.generalStore  = generalStore;
     this.itemsSettings = itemsSettings;
     this.storeWindow   = storeWindow;
 }