コード例 #1
0
ファイル: DataSet1.cs プロジェクト: maxya/old_sources
 public void Removetable1Row(table1Row row)
 {
     this.Rows.Remove(row);
 }
コード例 #2
0
ファイル: DataSet1.cs プロジェクト: maxya/old_sources
 public table1RowChangeEvent(table1Row row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #3
0
ファイル: DataSet1.cs プロジェクト: maxya/old_sources
 public void Addtable1Row(table1Row row)
 {
     this.Rows.Add(row);
 }