BattlelogMobile.Client.Message.ProductLicenseMessage.ProductLicenseMessage C# (CSharp) Метод

ProductLicenseMessage() публичный Метод

public ProductLicenseMessage ( ) : BattlelogMobile.Client.ViewModel
Результат BattlelogMobile.Client.ViewModel
        public ProductLicenseMessage()
        {
            try
            {
                _license = ViewModelLocator.Store.LicenseInformation.ProductLicenses[Common.ProductKey];
            }
            catch
            {}
        }
ProductLicenseMessage