public RowToFieldConfigurationWizard(RowToFieldTransformer owner) {
     Debug.Assert(owner != null);
     _owner = owner;
 }
 public RowToFieldConfigurationWizard(RowToFieldTransformer owner)
 {
     this._owner = owner;
 }
Esempio n. 3
0
 public RowToFieldConfigurationWizard(RowToFieldTransformer owner)
 {
     this._owner = owner;
 }
 public RowToFieldConfigurationWizard(RowToFieldTransformer owner)
 {
     Debug.Assert(owner != null);
     _owner = owner;
 }