Esempio n. 1
0
 public TfsFile(IServerPath serverPath, ILocalPath localPath, ITfsGateway tfsGateway)
 {
     ServerPath  = serverPath;
     LocalPath   = localPath;
     _tfsGateway = tfsGateway;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:Fusion.Controllers.TfsController"/> class.
 /// </summary>
 /// <param name="gateway">The tfs gateway</param>
 public TfsController(ITfsGateway gateway)
 {
     _Gateway = gateway;
 }
Esempio n. 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:Fusion.Controllers.TfsController"/> class.
 /// </summary>
 /// <param name="gateway">The tfs gateway</param>
 public TfsController(ITfsGateway gateway)
 {
     _Gateway = gateway;
 }
Esempio n. 4
0
 public TfsFolder(IServerPath serverPath, ILocalPath localPath, ITfsGateway tfsGateway)
 {
     this.ServerPath = serverPath;
     this.LocalPath  = localPath;
     _tfsGateway     = tfsGateway;
 }