From d22864834edebb8215886f2286b028fcdd00d6b0 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 23 三月 2022 15:32:23 +0800 Subject: [PATCH] 2022-01-23-01 --- HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs b/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs index 704093f..feb241d 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs @@ -44,6 +44,13 @@ function = func; actionRefresh = action; } + + public override void RemoveFromParent() + { + actionRefresh?.Invoke(); + base.RemoveFromParent(); + } + /// <summary> /// 鍔犺浇鐣岄潰 /// </summary> -- Gitblit v1.8.0