示例#1
0
 public override void RemoveOperation(string key)
 {
     if (ContainsOperation(key))
     {
         OperationData.Remove(key);
     }
 }