Exemplo n.º 1
0
            public quick_msgRow Addquick_msgRow(string content)
            {
                quick_msgRow rowquick_msgRow = ((quick_msgRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    content
                };
                rowquick_msgRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowquick_msgRow);
                return(rowquick_msgRow);
            }
Exemplo n.º 2
0
 public quick_msgRowChangeEvent(quick_msgRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void Removequick_msgRow(quick_msgRow row) {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void Addquick_msgRow(quick_msgRow row) {
     this.Rows.Add(row);
 }
Exemplo n.º 5
0
 public quick_msgRowChangeEvent(quick_msgRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 6
0
 public void Removequick_msgRow(quick_msgRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 7
0
 public void Addquick_msgRow(quick_msgRow row)
 {
     this.Rows.Add(row);
 }