コード例 #1
0
 public settingsRowChangeEvent(settingsRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #2
0
 public _GetAccountRowChangeEvent(_GetAccountRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public MyTableRowChangedEventArgs(MyTableRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
コード例 #4
0
ファイル: SuposDataSet.cs プロジェクト: hpbaotho/supos
 public CustomersRowChangedEventArgs(CustomersRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
コード例 #5
0
ファイル: MonkeyDataSet.cs プロジェクト: pmq20/mono_forked
 public MonkeyTableRowChangedEventArgs(MonkeyTableRow r, System.Data.DataRowAction a)
 {
     this.eventRow    = r;
     this.eventAction = a;
 }
コード例 #6
0
 public titlesRowChangeEvent(titlesRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #7
0
 public EFTTransactionRowChangeEvent(EFTTransactionRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #8
0
 public OrdersRowChangeEventArgs(OrdersRow row, DataRowAction action)
 {
     _eventRow = row;
     _eventAction = action;
 }
コード例 #9
0
 public StreetsRowChangeEvent(StreetsHousesFlatsDS.StreetsRow row, System.Data.DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #10
0
 public _GetTransactionLogRowChangeEvent(_GetTransactionLogRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #11
0
 public EFTTransactionRowChangeEvent(EFTTransactionRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #12
0
ファイル: SuposDataSet.cs プロジェクト: hpbaotho/supos
 public ProductsRowChangedEventArgs(ProductsRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
コード例 #13
0
ファイル: SuposDataSet.cs プロジェクト: hpbaotho/supos
 public CategoriesRowChangedEventArgs(CategoriesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
コード例 #14
0
ファイル: SuposDataSet.cs プロジェクト: hpbaotho/supos
 public OrderDetailsRowChangedEventArgs(OrderDetailsRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
コード例 #15
0
 public BankAccountsRowChangeEvent(BankAccountsRow row,DataRowAction action)
 {
     this.eventRow = row;
      this.eventAction = action;
 }
コード例 #16
0
 public BankAccountsRowChangeEvent(BankAccountsRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #17
0
 public publishersRowChangeEvent(publishersRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #18
0
 public _GetTransactionLogRowChangeEvent(_GetTransactionLogRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #19
0
 public ProductRowChangeEventArgs(ProductRow row, DataRowAction action)
 {
     _eventRow = row;
     _eventAction = action;
 }
コード例 #20
0
 public _GetAccountRowChangeEvent(_GetAccountRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
コード例 #21
0
 public VoiceNoteRowChangeEvent(VoiceNoteRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #22
0
ファイル: SuposDataSet.cs プロジェクト: hpbaotho/supos
 public TaxesRowChangedEventArgs(TaxesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }