快乐的昕的电脑
2025-11-17 45658068e0fb7bc4359c9ec4ce194f17aaab5e3e
DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.cs
@@ -325,7 +325,7 @@
                try
                {
                    var dr = gridView1.GetDataRow(rowhandle);
                    var urlPath = dr["guid"].ToString();
                    var urlPath = dr["icoImg2"].ToString();
                    Gs.DevApp.UserControl.ShowFile frm = new ShowFile(urlPath);
                    frm.ShowDialog();
                }