Esempio n. 1
0
            public fileRow AddfileRow(string path, string build, _mod_projectRow _parent_mod_projectRowBymod_project_file)
            {
                fileRow rowfileRow = ((fileRow)(this.NewRow()));

                rowfileRow.ItemArray = new object[] {
                    path,
                    build,
                    _parent_mod_projectRowBymod_project_file[1]
                };
                this.Rows.Add(rowfileRow);
                return(rowfileRow);
            }
Esempio n. 2
0
 public void RemovefileRow(fileRow row) {
     this.Rows.Remove(row);
 }
Esempio n. 3
0
 public void AddfileRow(fileRow row) {
     this.Rows.Add(row);
 }
Esempio n. 4
0
 public fileRowChangeEvent(fileRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Esempio n. 5
0
 public fileRowChangeEvent(fileRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 6
0
 public void RemovefileRow(fileRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 7
0
 public void AddfileRow(fileRow row)
 {
     this.Rows.Add(row);
 }