소스 검색

Solve conflict

Intern01 1 년 전
부모
커밋
e2dc10679e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Venus/Venus_UI/Views/ShellView.xaml.cs

+ 1 - 1
Venus/Venus_UI/Views/ShellView.xaml.cs

@@ -190,7 +190,7 @@ namespace Venus_UI.Views
             UserControl address = new ProcessHistoryView();          
             ProcessHistoryViewModel vm = new ProcessHistoryViewModel() {};
             vm.searchlot(queryFilter.WaferGuid);
-            vm.OnDataGridSelectionChanged(vm.Recipes[0]);
+            //vm.OnDataGridSelectionChanged(vm.Recipes[0]);
             address.DataContext = vm;
             centerTabViews.Last().Items[2]= new TabItem() { Header = menuviewItem, Content = address };
             centerTabViews.Last().SelectedIndex = 2;