EESharp
C# replacement for EES
Getting started for completely new users
Download and install Visual studio 2019
https://visualstudio.microsoft.com/vs/
The free version ‘Community’ is fine
Install add-on .NET desktop development
Open Visual studio and Click Clone a repository
Copy the address for this site in: https://github.com/MadsKirkFoged/EESharp
and click clone
Click Solution Explorer
and double click on EESharp.sln
Click Build
and then Rebuild Solution
If you right click on Form1.cs
you are going to use View Code
and View Designer
View Code
is where you find the code
View Designer
is where the userinterface is
Click start
to run your code