Exemplo n.º 1
0
 public void Unregister(FastSpringBoneBuffer buffer)
 {
     _buffers.Remove(buffer);
     _isDirty = true;
 }
Exemplo n.º 2
0
 public void Register(FastSpringBoneBuffer buffer)
 {
     _buffers.AddLast(buffer);
     _isDirty = true;
 }