示例#1
0
 public void leave(Chef chef)
 {
     list.Remove(chef);
 }
示例#2
0
 public void join(Chef chef)
 {
     list.Add(chef);
 }