From 7a0d1efa4784d176a32f182ecae671711e98ca92 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期二, 22 十月 2024 09:14:52 +0800 Subject: [PATCH] 添加NLT --- WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/Screen/ParrotSplashScreen.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/Screen/ParrotSplashScreen.cs b/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/Screen/ParrotSplashScreen.cs index 1223d55..aa22b3b 100644 --- a/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/Screen/ParrotSplashScreen.cs +++ b/WinFrmUI/DPumpHydr.WinFrmUI.RLT/Controls/Screen/ParrotSplashScreen.cs @@ -80,7 +80,7 @@ [Category("Parrot")] [Browsable(true)] [Description("The splash icon")] - public Icon SplashIcon { get; set; } = Properties.Resources.Taiizor1; + public Icon SplashIcon { get; set; } = null ; [Category("Parrot")] [Browsable(true)] -- Gitblit v1.9.3