Exemple #1
0
 public void Remove(gxtIDraw drawable)
 {
     removeList.Add(drawable);
 }
Exemple #2
0
 public void Add(gxtIDraw drawable)
 {
     drawableList.Add(drawable);
 }