|
|
@@ -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(); |
|
|
|