示例#1
0
 /// <summary>
 /// Update the values of this operation from backend
 /// </summary>
 public void Update()
 {
     OperationService.BeginGetOperationById(Operation.Id, EndGetOperationById, null);
 }