Is there any guide on adding GUI into your plugins/customclasses?
I basically created windows form (*.cs *.Designer.cs *.resx files) with attaching values to main file's variables.
I have them in right namespaces, but i cannot figure out how to add those forms into my CC.
Main file doesnt see ConfigForm, and ConfigForm does not see main file.
What do i need to add to main file for it to see configform?
http://pastebin.com/KLcfyM8G
Here are errors im getting
"Previous Version"s are: ConfigForm, ConfigForm.Designer and my main file
I basically created windows form (*.cs *.Designer.cs *.resx files) with attaching values to main file's variables.
I have them in right namespaces, but i cannot figure out how to add those forms into my CC.
Main file doesnt see ConfigForm, and ConfigForm does not see main file.
What do i need to add to main file for it to see configform?
http://pastebin.com/KLcfyM8G
Here are errors im getting
"Previous Version"s are: ConfigForm, ConfigForm.Designer and my main file
Last edited: