Changes so the confluenceConnector is "lazy" loaded, this makes the startup a lot quicker.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@854 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-08-24 10:35:56 +00:00
commit d0c061e7f2
2 changed files with 4 additions and 3 deletions

View file

@ -56,7 +56,7 @@ namespace Confluence {
private ConfluenceSoapServiceService confluence;
private Dictionary<string, string> userMap = new Dictionary<string, string>();
public ConfluenceConnector(string configurationPath) {
public ConfluenceConnector() {
this.config = IniConfig.GetIniSection<ConfluenceConfiguration>();
confluence = new ConfluenceSoapServiceService();
confluence.Url = config.Url;