Ejemplo n.º 1
0
 public _ItemRowChangeEvent(RMSItems.dsItem._ItemRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Ejemplo n.º 2
0
 public void Add_ItemRow(RMSItems.dsItem._ItemRow row)
 {
     base.Rows.Add(row);
 }
Ejemplo n.º 3
0
 public void Remove_ItemRow(RMSItems.dsItem._ItemRow row)
 {
     base.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void RemoveDepartmentRow(RMSItems.dsDepartment.DepartmentRow row)
 {
     base.Rows.Remove(row);
 }
Ejemplo n.º 5
0
 public DepartmentRowChangeEvent(RMSItems.dsDepartment.DepartmentRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Ejemplo n.º 6
0
 public CategoryRowChangeEvent(RMSItems.dsCategory.CategoryRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Ejemplo n.º 7
0
 public void AddDepartmentRow(RMSItems.dsDepartment.DepartmentRow row)
 {
     base.Rows.Add(row);
 }
Ejemplo n.º 8
0
 public void RemoveCategoryRow(RMSItems.dsCategory.CategoryRow row)
 {
     base.Rows.Remove(row);
 }
Ejemplo n.º 9
0
 public void AddCategoryRow(RMSItems.dsCategory.CategoryRow row)
 {
     base.Rows.Add(row);
 }
Ejemplo n.º 10
0
 public SupplierRowChangeEvent(RMSItems.dsSupplier.SupplierRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
Ejemplo n.º 11
0
 public void RemoveSupplierRow(RMSItems.dsSupplier.SupplierRow row)
 {
     base.Rows.Remove(row);
 }
Ejemplo n.º 12
0
 public void AddSupplierRow(RMSItems.dsSupplier.SupplierRow row)
 {
     base.Rows.Add(row);
 }