From 47d1c43905afa377e411dbfa8bec325de3cd6579 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 07 八月 2023 15:35:30 +0800 Subject: [PATCH] 2023年08月07日15:35:10 --- HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs index d339498..b2d9217 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs @@ -262,6 +262,7 @@ break; case IntType.Control: { + YkqPage ykqPage = new YkqPage(); this.vv.AddChidren(ykqPage); ykqPage.Show(); @@ -269,6 +270,7 @@ { SelectedType(); }; + } break; -- Gitblit v1.8.0