BattlelogMobile.Client.Message.ProductLicenseMessage.ProductLicenseMessage C# (CSharp) Method

ProductLicenseMessage() public method

public ProductLicenseMessage ( ) : BattlelogMobile.Client.ViewModel
return BattlelogMobile.Client.ViewModel
        public ProductLicenseMessage()
        {
            try
            {
                _license = ViewModelLocator.Store.LicenseInformation.ProductLicenses[Common.ProductKey];
            }
            catch
            {}
        }
ProductLicenseMessage