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