コード例 #1
0
 public void RemoveBC_TAIKHOAN_FLEXCUBERow(BC_TAIKHOAN_FLEXCUBERow row) {
     this.Rows.Remove(row);
 }
コード例 #2
0
 public BC_TAIKHOAN_FLEXCUBERowChangeEvent(BC_TAIKHOAN_FLEXCUBERow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void AddBC_TAIKHOAN_FLEXCUBERow(BC_TAIKHOAN_FLEXCUBERow row) {
     this.Rows.Add(row);
 }