📄 settinghtml.ascx.cs
字号:
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
public partial class DesktopModules_HTML_settinghtml : DNNLite.Entites.Modules.PortalModuleSettingsBase
{
protected void Page_Load(object sender, EventArgs e)
{
}
public override System.Collections.Generic.IDictionary<string, string> GetToSaveSettings()
{
//throw new NotImplementedException();
System.Collections.Generic.Dictionary<string, string> r = new System.Collections.Generic.Dictionary<string, string>();
return r;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -