Exemplo n.º 1
0
 public void Detach(IBeatable beatable)
 {
     Beat -= new BeatHandler <Model>(beatable.Beat);
 }
Exemplo n.º 2
0
 public void Detach(IBeatable beatable)
 {
     Beat -= new BeatHandler<Model>(beatable.Beat);
 }
Exemplo n.º 3
0
 public void Attach(IBeatable beatable)
 {
     Beat += new BeatHandler <Model>(beatable.Beat);
 }
Exemplo n.º 4
0
 public void Attach(IBeatable beatable)
 {
     Beat += new BeatHandler<Model>(beatable.Beat);
 }
Exemplo n.º 5
0
 public void Detach(IBeatable beatable)
 {
     _model.Detach(beatable);
 }
Exemplo n.º 6
0
 public void Attach(IBeatable beatable)
 {
     _model.Attach(beatable);
 }
Exemplo n.º 7
0
 public void Detach(IBeatable beatable)
 {
     _model.Detach(beatable);
 }
Exemplo n.º 8
0
 public void Attach(IBeatable beatable)
 {
     _model.Attach(beatable);
 }