예제 #1
0
 public void CancelOperation(int id)
 {
     _operationContainer.CancelOperation(id);
 }