初期稳定版本260119

This commit is contained in:
2026-01-19 12:40:45 +08:00
parent 82d0bd6b95
commit f65fa21760
32 changed files with 2494 additions and 138 deletions

View File

@@ -235,6 +235,9 @@ namespace FATrace.WPLApp.ViewModels
case "用户管理":
this.regionManager.Regions["ContentRegion"].RequestNavigate("UserManageView");
break;
case "称重用户":
this.regionManager.Regions["ContentRegion"].RequestNavigate("WeightUserManageView");
break;
case "使用手册":
this.regionManager.Regions["ContentRegion"].RequestNavigate("HelpManualView");
break;