Exemplo n.º 1
0
 /// <summary>
 /// Initialized a new instance of the StarSearchCommand class.
 /// </summary>
 public StartSearchCommand(SearchViewModel viewModel)
 {
     _ViewModel = viewModel;
 }
Exemplo n.º 2
0
 public FindFilesWindow()
 {
     InitializeComponent();
     DataContext = new SearchViewModel();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initialized a new instance of the OpenSearchFileCommand class.
 /// </summary>
 public OpenSearchFileCommand(SearchViewModel viewModel)
 {
     _ViewModel = viewModel;
 }