From b787d6c1843d84507787635d016d2fa4cece57d2 Mon Sep 17 00:00:00 2001 From: Anne Lam Date: Tue, 17 Dec 2019 14:58:34 -0600 Subject: [PATCH] Add readMe for sample project --- samples/csharp/readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 samples/csharp/readme.md diff --git a/samples/csharp/readme.md b/samples/csharp/readme.md new file mode 100644 index 0000000..ba0b54b --- /dev/null +++ b/samples/csharp/readme.md @@ -0,0 +1,14 @@ +# FCVS API Sample (C#) + +This solution contains a simple test application for working with the API. + +*The code is an example of how you might use the API and has not been tested or hardened for production use.* + +## Run the Code + +To run this sample do the following. + +1. Download the entire solution directory to your local machine. +1. Open the solution (`.sln`) in Visual Studio 2019 or higher. +1. Compile the solution. +1. Run the solution. \ No newline at end of file