first.working.version
[tfs.git] / class / Gtk.TeamFoundation / IVersionControlServerFactory.cs
blobc22d45164dc8880ed140103f11d7ce6eff4201bc
1 using System;
2 using Microsoft.TeamFoundation.VersionControl.Client;
4 namespace Gtk.TeamFoundation
6 public interface IVersionControlServerFactory
8 VersionControlServer GetVersionControlServer(string url);