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