Exemplo n.º 1
0
 public void Unregister(Kontrol k)
 {
     kontoller.Remove(k);
 }
Exemplo n.º 2
0
 void IObserver.Unregister(Kontrol k)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void Register(Kontrol k)
 {
     kontoller.Add(k);
 }