config.cs
来自「主要实现软件的基本架构」· CS 代码 · 共 28 行
CS
28 行
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 + =
减小字号Ctrl + -
显示快捷键?