nooogle / CDS.CSharpScripting

Drop-in user control for C# editing with intellisense and compilation. Script compilation and execution classes for GUI and console applications.
MIT License
9 stars 3 forks source link

Add demo: independent compile and run #16

Closed nooogle closed 3 years ago

nooogle commented 3 years ago

One button for compile, another to run. This will show how a compiled script can be run multiple times. It should demo the difference in behaviour between non-static and static variables in the script.

nooogle commented 3 years ago

Done in V1.0.10