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