tangxu
2024-11-07 4546b652e6de456dcf040bf751047f7c06bc5675
WinFrmUI/DPumpHydr.WinFrmUI.Volute/GlobalResource.cs
@@ -49,7 +49,7 @@
        /// <returns></returns>
        public static System.Drawing.Image BuildImage( string filename,int widthsize ,int heightsize )
        {
            var image = BuildImage(  filename);
            var image = BuildImage(filename);
            if (image == null)
                return null;
            if (widthsize > 0 && heightsize > 0)