//委托方法 private void ShowPopup(string kcmc) { FrmPopUp PopUp = new FrmPopUp(kcmc, user.Userid + user.Username); PopUp.Show(); }