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

Allow settings Script property before initialisation #21

Closed nooogle closed 3 years ago

nooogle commented 3 years ago

Allow the Script property to be set, e.g. at design time. In V1.0.6 the Script property only accepts changes if the CDSInitialise method has been called. Could use a temporary label or text edit to show the text prior to initialisation.

nooogle commented 3 years ago

Done in V1.0.7