Exemplo n.º 1
0
 private void StartUp()
 {
     if (!ADManager.IsMemberOfDomain())
     {
         this._Context = ContextType.Machine;
     }
 }