Beispiel #1
0
        public cDict()
        {
            try
            {
                xmlConfig = new cXmlIO(Program.getPrjPath() + "dict.xml");

                //获取TaskClass节点
            }
            catch (System.Exception ex)
            {
                throw ex;
            }
        }
        public cDict()
        {
            try
            {
                xmlConfig = new cXmlIO(Program.getPrjPath () + "dict.xml");

                //��ȡTaskClass�ڵ�
            }
            catch (System.Exception ex)
            {
                throw ex;
            }
        }
Beispiel #3
0
 public cXmlSConfig()
 {
     //打开配置文件
     xmlConfig       = new cXmlIO("SoukeyConfig.xml");
     m_IsInstantSave = true;
 }
 public cXmlSConfig()
 {
     //�������ļ�
     xmlConfig = new cXmlIO("SoukeyConfig.xml");
     m_IsInstantSave = true;
 }