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