⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.cs

📁 主要实现软件的基本架构
💻 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 + -