refactor(session): expose WPF-compatible legacy state

This commit is contained in:
2026-07-29 14:09:00 +08:00
parent a82bc39edf
commit bccccff428
4 changed files with 352 additions and 179 deletions
@@ -16,6 +16,10 @@ namespace Lskj.Main.Hosting
void RequestRelogin();
void RequestLock();
void RequestSubscriptRefresh();
void RequestExit(string message);
}
}