- Fixed loader issue for SilentInstaller;

- Updated file version to 1.2.1.1;
This commit is contained in:
ptsurbeleu 2012-05-06 14:28:25 -07:00
parent af8e0ed935
commit 6ff01b5adf
4 changed files with 14 additions and 10 deletions

View file

@ -80,7 +80,7 @@ namespace WebsitePanel.Installer.Core
private WebClient fileLoader;
public BitlyLoader(string remoteFile)
internal BitlyLoader(string remoteFile)
: base(remoteFile)
{
InitFileLoader();
@ -175,7 +175,7 @@ namespace WebsitePanel.Installer.Core
public event EventHandler<LoaderEventArgs<Int32>> ProgressChanged;
public event EventHandler<EventArgs> OperationCompleted;
public Loader(string remoteFile)
internal Loader(string remoteFile)
{
this.remoteFile = remoteFile;
}