示例#1
0
 public void Remove(TextViewContent tvc)
 {
     tvcs.Remove(tvc);
 }
示例#2
0
 public void Add(TextViewContent tvc)
 {
     tvcs.Add(tvc);
 }