示例#1
0
        /// <summary>
        /// Provides structure, method of Update
        /// </summary>
        public Update(Uri link, string savedPath)
        {
            _info = new InfoUpdate();

            //Get information update pack
            _isError = !GetUpdateConfig(link, savedPath);
        }
示例#2
0
        /// <summary>
        /// Provides structure, method of Update
        /// </summary>
        public Update(Uri link, string savedPath)
        {
            _info = new InfoUpdate();

            //Get information update pack
            this._isError = !GetUpdateConfig(link, savedPath);
        }
示例#3
0
 /// <summary>
 /// Provides structure, method of Update
 /// </summary>
 public Update()
 {
     _isError = true;
     _info    = new InfoUpdate();
 }
示例#4
0
 /// <summary>
 /// Provides structure, method of Update
 /// </summary>
 public Update()
 {
     _isError = true;
     _info = new InfoUpdate();
 }
示例#5
0
 /// <summary>
 /// Provides structure, method of Update
 /// </summary>
 public Update()
 {
     _info = new InfoUpdate();
 }
示例#6
0
 /// <summary>
 /// Provides structure, method of Update
 /// </summary>
 public Update()
 {
     IsError = true;
     Info    = new InfoUpdate();
 }