Init 初始化

dev
wenjy 2 months ago
parent 6b425df31d
commit 5fcb857a3c

@ -138,7 +138,7 @@ namespace SlnMesnac.WPF
Log.Information($"系统退出,当前时间:{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}"); Log.Information($"系统退出,当前时间:{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
// 释放资源 // 释放资源
// ... // ...
} }
private void App_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e) private void App_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)
{ {

Loading…
Cancel
Save