private void ImportMedal_Click(object sender, EventArgs e) { AdminVisitLog.InsertLog(this.userid, this.username, this.usergroupid, this.grouptitle, this.ip, "导入勋章", ""); //Medals.InsertMedalList(this.GetMedalFileList()); Medal.Import(GetMedalFileList()); base.RegisterStartupScript("PAGE", "window.location.href='global_medalgrid.aspx';"); }