Exemplo n.º 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);
        }
Exemplo n.º 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);
        }
Exemplo n.º 3
0
 /// <summary>
 /// Provides structure, method of Update
 /// </summary>
 public Update()
 {
     _isError = true;
     _info    = new InfoUpdate();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Provides structure, method of Update
 /// </summary>
 public Update()
 {
     _isError = true;
     _info = new InfoUpdate();
 }
Exemplo n.º 5
0
 /// <summary>
 /// Provides structure, method of Update
 /// </summary>
 public Update()
 {
     _info = new InfoUpdate();
 }
Exemplo n.º 6
0
 /// <summary>
 /// Provides structure, method of Update
 /// </summary>
 public Update()
 {
     IsError = true;
     Info    = new InfoUpdate();
 }