📄 topmodulecontrol.ascx.cs
字号:
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class admin_Portal_TabModules_TopModuleControl : System.Web.UI.UserControl
{
protected void Page_Init(object sender, EventArgs e)
{
//if (!string.IsNullOrEmpty(Request["editmodule"]))
//{
// if (Request["editmodule"].Equals("view"))
// Session["editmodule"] = "true";
// else
// Session["editmodule"] = "false";
//}
//if (!IsPostBack && Session["editmodule"] == null)
//{
// Session["editmodule"] = "true";
//}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -