lu
2024-11-13 01082fa59f2aeb322a8a4c0d16bb50c334609dd6
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -229,7 +229,7 @@
                MsgHelper.Warning("请先选择你要操作的行!");
                return;
            }
            UserControl.ShowLogcs frm = new ShowLogcs();
            UserControl.ShowLogcs frm = new ShowLogcs(this.guidKey);
            frm.ShowDialog();
        }