コード例 #1
0
ファイル: Tool.cs プロジェクト: radtek/IT_Monitor
        /// <summary>
        /// 加密配置文件
        /// </summary>
        public void Encryptconfig()
        {
            config config1 = new config();

            config1.Encryptconfig();
        }
コード例 #2
0
ファイル: Tool.cs プロジェクト: weicheng1104/IT_Monitor
        /// <summary>
        /// 加密配置文件
        /// </summary>
        public void Encryptconfig()
        {
            config config1 = new config();
            config1.Encryptconfig();
 
        }