예제 #1
0
 public RemoveDialog()
 {
     InitializeComponent();
     Controller = new RemoveDialogController(this);
     SearchProps = new SearchFormModel();
     DataContext = SearchProps;
 }
예제 #2
0
 public SearchDialog()
 {
     InitializeComponent();
     Controller = new SearchDialogController(this);
     SearchFormModel model = new SearchFormModel();
     SearchingProps = model;
     DataContext = model;
 }