示例#1
0
 public void RemoveSoft(Soft soft)
 {
     this.soft.Remove(soft);
 }
示例#2
0
 public void AddSoft(Soft soft)
 {
     this.soft.Add(soft);
 }