From 3f62d18e4361cd1d7a49c126765d95b2ad9c8246 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期二, 04 三月 2025 08:42:07 +0800 Subject: [PATCH] 优化插件; --- PdmSwPlugin.PropertySetting/PropertySettingControl.xaml.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/PdmSwPlugin.PropertySetting/PropertySettingControl.xaml.cs b/PdmSwPlugin.PropertySetting/PropertySettingControl.xaml.cs index b865f4c..f6646db 100644 --- a/PdmSwPlugin.PropertySetting/PropertySettingControl.xaml.cs +++ b/PdmSwPlugin.PropertySetting/PropertySettingControl.xaml.cs @@ -754,5 +754,10 @@ { } + + public void DisabledHandler() + { + + } } } -- Gitblit v1.9.1