public AuthTradeWindowViewModel(WinAuthAuthenticator auth)
        {
            _Authenticator = auth;
            this.Title     = ProductInfo.Title + " | " + Resources.Auth_TradeTitle;

            Refresh_Click();
        }
Exemple #2
0
        public AuthTradeWindowViewModel(WinAuthAuthenticator auth)
        {
            _Authenticator = auth.AuthenticatorData as SteamAuthenticator;
            this.Title     = ProductInfo.Title + " | " + Resources.Auth_TradeTitle;

            //var steam = _Authenticator.GetClient();

            //if (steam.IsLoggedIn() == false)
            //{
            //    ExtractSteamCookies(steam);
            //}
        }
 public ShowAuthWindowViewModel(WinAuthAuthenticator auth)
 {
     _Authenticator = auth.AuthenticatorData as SteamAuthenticator;
     this.Title     = ProductInfo.Title + " | " + Resources.Auth_DetailTitle;
 }
Exemple #4
0
 public AuthTradeWindowViewModel(WinAuthAuthenticator auth)
 {
     _Authenticator = auth.AuthenticatorData as SteamAuthenticator;
     this.Title     = ProductInfo.Title + " | " + Resources.Auth_TradeTitle;
 }