Example #1
0
 private AuctionHouseUI()
 {
     this.helpf = Helpfunktions.Instance;
     this.recto = Rectomat.Instance;
     this.prcs = Prices.Instance;
     this.crdvwr = Cardviewer.Instance;
     this.srchsvr = Searchsettings.Instance;
     this.sttngs = Settings.Instance;
     this.ah = AuctionHouse.Instance;
     this.ps = PlayerStore.Instance;
     this.gglthngs = GetGoogleThings.Instance;
 }
Example #2
0
 private TradingWithBots()
 {
     this.helpf   = Helpfunktions.Instance;
     this.sttngs  = Settings.Instance;
     this.pppmngr = PopupManager.Instance;
     this.ps      = PlayerStore.Instance;
     try
     {
         App.Communicator.addListener(this);
     }
     catch
     {
         Console.WriteLine("cant add listener");
     }
 }
Example #3
0
 private TradingWithBots()
 {
     this.helpf = Helpfunktions.Instance; 
     this.sttngs = Settings.Instance;
     this.pppmngr = PopupManager.Instance;
     this.ps = PlayerStore.Instance;
     try
     {
         App.Communicator.addListener(this);
     }
     catch 
     {
         Console.WriteLine("cant add listener");
     }
 }
Example #4
0
 private GetGoogleThings()
 {
     this.pstore = PlayerStore.Instance;
 }
Example #5
0
 private GetGoogleThings()
 {
     this.pstore = PlayerStore.Instance;
 }
Example #6
0
 private GetGoogleThings()
 {
     this.pstore = PlayerStore.Instance;
     this.twb    = TradingWithBots.Instance;
 }