示例#1
0
 public void RemoveFromGroup(FSGroup group) => groups.Remove(group);
示例#2
0
 public void AddToGroup(FSGroup group) => groups.Add(group);