Ejemplo n.º 1
0
 public bool RemoveGroup(Group group)
 {
     OPCGroupsIns.Remove(group.Instance.ServerHandle);
     Groups.Remove(group.GetGroupId());
     return(true);
 }