Пример #1
0
        bool xenwinsvc.IRefresh.NeedsRefresh()
        {
            if (licensed != FeatureVSSLicensed.IsLicensed())
            {
                return(true);
            }

            return(false);
        }
Пример #2
0
 bool xenwinsvc.IRefresh.Refresh(bool force)
 {
     licensed         = FeatureVSSLicensed.IsLicensed();
     featureKey.value = licensed ? "1" : "0";
     return(true);
 }