命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -218,7 +218,7 @@ public static class WinDialogHelper
|
||||
AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;
|
||||
_windows[windowType] = new TWindow();
|
||||
_windows[windowType].Closed += WindowClosed;
|
||||
_windows[windowType].Closed += (sender, args) => _windows[windowType] = null;
|
||||
_windows[windowType].Closed += (_, _) => _windows[windowType] = null;
|
||||
if (_windows[windowType].DataContext == null || !(_windows[windowType].DataContext is TViewModel))
|
||||
{
|
||||
if (viewModelParams.Length == 0)
|
||||
|
||||
Reference in New Issue
Block a user