Ejemplo n.º 1
0
 internal void Secure(IWbemServices services)
 {
     if (null != scope)
     {
         scope.Secure(services);
     }
 }