コード例 #1
0
ファイル: Jantri.Designer.cs プロジェクト: UrviGandhi/IGRSS
 public void AdddistmasRow(distmasRow row) {
     this.Rows.Add(row);
 }
コード例 #2
0
ファイル: Jantri.Designer.cs プロジェクト: UrviGandhi/IGRSS
 public void RemovedistmasRow(distmasRow row) {
     this.Rows.Remove(row);
 }
コード例 #3
0
ファイル: Jantri.Designer.cs プロジェクト: UrviGandhi/IGRSS
 public distmasRowChangeEvent(distmasRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }