public SvnClient(string login, string password) { this.svnClient17 = new SvnClient17(); this.svnClient17.Authenticate(login, password); this.svnClient18 = new SvnClient18(); this.svnClient18.Authenticate(login, password); this.svnClient19 = new SvnClient19(); this.svnClient19.Authenticate(login, password); }
public void Dispose() { if (this.svnClient17 != null) { svnClient17.Dispose(); this.svnClient17 = null; } if (this.svnClient18 != null) { svnClient18.Dispose(); this.svnClient18 = null; } if (this.svnClient19 != null) { svnClient19.Dispose(); this.svnClient19 = null; } }
public SvnClient() { this.svnClient17 = new SvnClient17(); this.svnClient18 = new SvnClient18(); this.svnClient19 = new SvnClient19(); }