📄 config.cs
字号:
using System;
using System.Data;
using System.Text;
namespace sp
{
public class config
{
public static string title = "spͶƱϵͳ";
public DataSet ds=new DataSet();
public string _xmlstr=sp.Functions.GetRealFile(sp.Functions.GetAppSettings("config"));
public void Dods()
{
ds.ReadXml(_xmlstr);
}
public string Face(string Wh)
{
return ds.Tables[0].Rows[0][Wh].ToString();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -