Browse Source

冲突解决

样式分支
pry 2 years ago
parent
commit
9c1ea3e6b6
2 changed files with 0 additions and 5 deletions
  1. +0
    -2
      BPASmartClient/App.xaml.cs
  2. +0
    -3
      BPASmartClient/OrderListDialogView.xaml.cs

+ 0
- 2
BPASmartClient/App.xaml.cs View File

@@ -23,8 +23,6 @@ namespace BPASmartClient
base.OnStartup(e);
SystemHelper.GetInstance.CreateDesktopShortcut();
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
OrderListDialogView listDialogView = new OrderListDialogView();
listDialogView.ShowDialog();
MainWindow mainView = new MainWindow();
mainView.Show();
SplitScreenDisplay();


+ 0
- 3
BPASmartClient/OrderListDialogView.xaml.cs View File

@@ -45,9 +45,6 @@ namespace BPASmartClient
if (MoveCount >= 5) OrderListDialogViewModel.IsAutoClose = true;
}

private void Window_MouseMove(object sender,MouseEventArgs e)
{

}
}
}

Loading…
Cancel
Save