Exemplo n.º 1
0
 public RemoveDialog()
 {
     InitializeComponent();
     Controller = new RemoveDialogController(this);
     SearchProps = new SearchFormModel();
     DataContext = SearchProps;
 }
Exemplo n.º 2
0
 public SearchDialog()
 {
     InitializeComponent();
     Controller = new SearchDialogController(this);
     SearchFormModel model = new SearchFormModel();
     SearchingProps = model;
     DataContext = model;
 }