示例#1
0
 public TFSSettings()
 {
     Connection = new ServerConnection();
     //ValidCollections = new List<string>();
     ValidProjects = new List<ProjectMapping>();
     ValidWorkItems = new List<WorkItemMapping>();
 }
 public TeamForgeSettings()
 {
     Connection = new ServerConnection();
     Projects = new List<ProjectMapping>();
     Trackers = new List<TrackerMapping>();
 }