Exemple #1
0
            public msg_faceRow Addmsg_faceRow(string symbol, string picture, string description)
            {
                msg_faceRow rowmsg_faceRow = ((msg_faceRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    symbol,
                    picture,
                    description
                };
                rowmsg_faceRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowmsg_faceRow);
                return(rowmsg_faceRow);
            }
Exemple #2
0
 public msg_faceRowChangeEvent(msg_faceRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void Removemsg_faceRow(msg_faceRow row) {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void Addmsg_faceRow(msg_faceRow row) {
     this.Rows.Add(row);
 }
Exemple #5
0
 public msg_faceRowChangeEvent(msg_faceRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #6
0
 public void Removemsg_faceRow(msg_faceRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #7
0
 public void Addmsg_faceRow(msg_faceRow row)
 {
     this.Rows.Add(row);
 }