Esempio n. 1
0
 public settingsRowChangeEvent(settingsRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public _GetAccountRowChangeEvent(_GetAccountRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public MyTableRowChangedEventArgs(MyTableRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Esempio n. 4
0
 public CustomersRowChangedEventArgs(CustomersRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Esempio n. 5
0
 public MonkeyTableRowChangedEventArgs(MonkeyTableRow r, System.Data.DataRowAction a)
 {
     this.eventRow    = r;
     this.eventAction = a;
 }
Esempio n. 6
0
 public titlesRowChangeEvent(titlesRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public EFTTransactionRowChangeEvent(EFTTransactionRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Esempio n. 8
0
 public OrdersRowChangeEventArgs(OrdersRow row, DataRowAction action)
 {
     _eventRow = row;
     _eventAction = action;
 }
Esempio n. 9
0
 public StreetsRowChangeEvent(StreetsHousesFlatsDS.StreetsRow row, System.Data.DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
 public _GetTransactionLogRowChangeEvent(_GetTransactionLogRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public EFTTransactionRowChangeEvent(EFTTransactionRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 12
0
 public ProductsRowChangedEventArgs(ProductsRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Esempio n. 13
0
 public CategoriesRowChangedEventArgs(CategoriesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Esempio n. 14
0
 public OrderDetailsRowChangedEventArgs(OrderDetailsRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Esempio n. 15
0
 public BankAccountsRowChangeEvent(BankAccountsRow row,DataRowAction action)
 {
     this.eventRow = row;
      this.eventAction = action;
 }
Esempio n. 16
0
 public BankAccountsRowChangeEvent(BankAccountsRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 17
0
 public publishersRowChangeEvent(publishersRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public _GetTransactionLogRowChangeEvent(_GetTransactionLogRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 19
0
 public ProductRowChangeEventArgs(ProductRow row, DataRowAction action)
 {
     _eventRow = row;
     _eventAction = action;
 }
 public _GetAccountRowChangeEvent(_GetAccountRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Esempio n. 21
0
 public VoiceNoteRowChangeEvent(VoiceNoteRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 22
0
 public TaxesRowChangedEventArgs(TaxesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }