整理代码
This commit is contained in:
@@ -194,7 +194,7 @@ public static class WinDialogAssist
|
||||
where T : Window, new()
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;
|
||||
var view = SingletonViewAssist<T>.GetInstance(out var isNewCreate);
|
||||
var view = Assists.SingletonViewAssist<T>.GetInstance(out var isNewCreate);
|
||||
if (isNewCreate)
|
||||
{
|
||||
view.DataContext = viewModel;
|
||||
|
||||
Reference in New Issue
Block a user