Exemplo n.º 1
0
 public CustomerForm(
     Customer customer,
     EntityOperation operation,
     PropertyValueExists propertyValueExists)
 {
     InitializeComponent();
     _customer            = customer;
     _operation           = operation;
     _propertyValueExists = propertyValueExists;
 }
Exemplo n.º 2
0
 public UserForm(
     User user,
     EntityOperation operation,
     PropertyValueExists propertyValueExists)
 {
     InitializeComponent();
     _user                = user;
     _operation           = operation;
     _propertyValueExists = propertyValueExists;
 }