From c920928d12ae55a867fff6a09fe442c420fde94b Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Thu, 8 Oct 2020 22:08:34 -0400 Subject: [PATCH] Add readme --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4fc4c9e --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +# C# - Introduction to GUI Programs + + +## Description +An introductory GUI program that acts as a simple interface for a fictional delivery company. + + +## Known Issues +Attempting to compile program gives a `VisualBasic PowerPacks` error. It seems that this is no longer suppored in +VisualStudio 2013 and later? -- GitLab