lu
2025-01-14 d35bb711f8d3d267b44b4a80c20e31dabf309ae7
DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
@@ -65,8 +65,16 @@
            _bl = _ckRptService();
            if (_bl)
            {
                var frm = new RptPreview(guidKey, rptParameter);
                frm.ShowDialog();
                try
                {
                    using (Form frm = new RptPreview(guidKey, rptParameter))
                    {
                        frm.ShowDialog();
                    }
                }
                catch (Exception)
                {
                }
                return;
            }