﻿Basic Source Code Control application in C#
This sample shows how to write a program using simple source control commands.

GOALS
- Show how to get a reference to a Team Foundation Server.
- Show how to listen to source control events.
- Show how to create, map to, and delete a workspace.
- Demonstrate version control actions such as get files, add file, show pending changes, check in, check out, delete, and branch.
