Ejemplo n.º 1
0
 internal void remove(AbstractWindow window)
 {
     // do not use the actual list because we might be iterating over it right now
     createNewWindowList().Remove(window);
 }
Ejemplo n.º 2
0
 internal void remove(AbstractWindow window)
 {
     // do not use the actual list because we might be iterating over it right now
     createNewWindowList().Remove(window);
 }