BattlelogMobile.Core.Model.Credentials.Credentials C# (CSharp) Method

Credentials() public method

public Credentials ( )
        public Credentials()
        {
            Email = string.Empty;
            Password = string.Empty;
            Game = SupportedGame.Battlefield3;
            RememberMe = false;
        }