COLLOCATE DATABASE_DEFAULT replaced with Latin1_General1_CI_AS

This commit is contained in:
robvde 2012-07-04 18:09:25 +04:00
parent b652fab29e
commit c958211ce7
3 changed files with 7 additions and 7 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;
}