Example #1
0
            public BarCode_MW_Q_LengthRow AddBarCode_MW_Q_LengthRow(int HowMany)
            {
                BarCode_MW_Q_LengthRow rowBarCode_MW_Q_LengthRow = ((BarCode_MW_Q_LengthRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    HowMany
                };
                rowBarCode_MW_Q_LengthRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowBarCode_MW_Q_LengthRow);
                return(rowBarCode_MW_Q_LengthRow);
            }
Example #2
0
 public BarCode_MW_Q_LengthRowChangeEvent(BarCode_MW_Q_LengthRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void RemoveBarCode_MW_Q_LengthRow(BarCode_MW_Q_LengthRow row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void AddBarCode_MW_Q_LengthRow(BarCode_MW_Q_LengthRow row)
 {
     this.Rows.Add(row);
 }