feat: expose legacy login runtime for WPF host

This commit is contained in:
2026-07-28 14:19:28 +08:00
parent 9c0fdac9ba
commit b843ee30b1
3 changed files with 415 additions and 0 deletions
@@ -10,6 +10,8 @@ namespace Lskj.Main.Hosting
{
bool IsOpen { get; }
DialogResult ShowLoginDialog(object loginRuntime);
DialogResult ShowDialog();
void RequestRelogin();