コード例 #1
0
ファイル: MainWindowViewModel.cs プロジェクト: przemekk10/KO
 public MainWindowViewModel()
 {
     SearchCommand       = new SearchProductCommand(this);
     GoToStore           = new GoToStoreCommand(this);
     HistoryCommand      = new ViewHistorySearchCommand(this);
     ClearHistoryCommand = new ClearHistorySearch(this);
 }
コード例 #2
0
 public MainWindowViewModel()
 {
     SearchCommand = new SearchProductCommand(this);
     GoToStore     = new GoToStoreCommand(this);
 }