Exemple #1
0
 protected void Unsubscribe()
 {
     EventCommands.Unsubscribe(this);
 }
Exemple #2
0
 protected void Unsubscribe(EventCommand command)
 {
     EventCommands.Unsubscribe(this, command);
 }