예제 #1
0
 public void Remove()
 {
     //CurrentRow.Status = H3.DataModel.BizObjectStatus.Effective; // 将对象状态设为生效
     if (CurrentRow != null)
     {
         CurrentRow.Remove();
     }
 }