Ejemplo n.º 1
0
 protected override bool IsTfsSupported(TeamFoundationServerInfo server)
 {
     return(server.MajorVersion >= TfsMajorVersion.V14);
 }
 /// <summary>
 /// Determines if the provided Team Foundation Server is supported by this view model.
 /// </summary>
 /// <param name="server">The Team Foundation Server for which to determine if it is supported.</param>
 /// <returns><see langword="true"/> if the Team Foundation Server is supported; <see langword="false"/> otherwise.</returns>
 protected virtual bool IsTfsSupported(TeamFoundationServerInfo server)
 {
     return(true);
 }