예제 #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);
            }
예제 #2
0
 public void RemovefileRow(fileRow row) {
     this.Rows.Remove(row);
 }
예제 #3
0
 public void AddfileRow(fileRow row) {
     this.Rows.Add(row);
 }
예제 #4
0
 public fileRowChangeEvent(fileRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
예제 #5
0
 public fileRowChangeEvent(fileRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #6
0
 public void RemovefileRow(fileRow row)
 {
     this.Rows.Remove(row);
 }
예제 #7
0
 public void AddfileRow(fileRow row)
 {
     this.Rows.Add(row);
 }