コード例 #1
0
ファイル: DS_Tours.Designer.cs プロジェクト: solo123/AGMV
 public void AddtourListRow(tourListRow row) {
     this.Rows.Add(row);
 }
コード例 #2
0
ファイル: DS_Tours.Designer.cs プロジェクト: solo123/AGMV
 public void RemovetourListRow(tourListRow row) {
     this.Rows.Remove(row);
 }
コード例 #3
0
ファイル: DS_Tours.Designer.cs プロジェクト: solo123/AGMV
 public tourListRowChangeEvent(tourListRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }