예제 #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;
 }
예제 #3
0
 public MyTableRowChangedEventArgs(MyTableRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
예제 #4
0
 public CustomersRowChangedEventArgs(CustomersRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
예제 #5
0
 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;
 }
 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;
 }
 public _GetTransactionLogRowChangeEvent(_GetTransactionLogRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public EFTTransactionRowChangeEvent(EFTTransactionRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #12
0
 public ProductsRowChangedEventArgs(ProductsRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
예제 #13
0
 public CategoriesRowChangedEventArgs(CategoriesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
예제 #14
0
 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;
 }
 public _GetTransactionLogRowChangeEvent(_GetTransactionLogRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #19
0
 public ProductRowChangeEventArgs(ProductRow row, DataRowAction action)
 {
     _eventRow = row;
     _eventAction = action;
 }
 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
 public TaxesRowChangedEventArgs(TaxesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }