feat: expose legacy login runtime for WPF host
This commit is contained in:
@@ -675,6 +675,9 @@ namespace Lskj.Main.Model
|
||||
/// <returns>DialogResult.</returns>
|
||||
private static DialogResult RunLoginForm()
|
||||
{
|
||||
if (ExternalMainShell != null)
|
||||
return ExternalMainShell.ShowLoginDialog(new LegacyLoginRuntime());
|
||||
|
||||
FrmLogin frmLogin = new FrmLogin();
|
||||
return frmLogin.ShowDialog();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user