예제 #1
0
 public bool ActiveProviderSupportFeature(SyncFeatures features)
 {
     if (this.provider == null)
     {
         return(false);
     }
     else
     {
         return((this.provider.SupportedFeatures & features) == features);
     }
 }
예제 #2
0
 public bool ActiveProviderSupportFeature(SyncFeatures features)
 {
     return(false);
 }