Example #1
0
 public Invertory(SteamMarketHandler steam)
 {
     this._steam = steam;
 }
Example #2
0
 public Auth(SteamMarketHandler steam, CookieContainer cookies = null)
 {
     this._steam          = steam;
     this.CookieContainer = cookies;
 }