Example #1
0
 //Remove a specified item from the BatchList.
 public void Remove(LightText text)
 {
     BatchList.Remove(text);
 }