Exemplo n.º 1
0
 public void Publish(object sender)
 {
     EventSystemManager.Publish(sender, this);
 }
Exemplo n.º 2
0
 public void Publish()
 {
     EventSystemManager.Publish(null, this);
 }