示例#1
0
 public void Deactivate(IInputElement e)
 {
     e.KeyUp -= E_KeyUp;
     _obj.DeattachCommand();
 }