Ejemplo n.º 1
0
 /// <summary>
 /// Add rights for the specified object.
 /// </summary>
 private void AddObjRights(RightsByObj rightsByObj, int objNum, EntityRights entityRights)
 {
     if (!rightsByObj.ContainsKey(objNum))
     {
         rightsByObj.Add(objNum, entityRights);
     }
 }