Beetlebomb
New Member
- Joined
- Jan 1, 2011
- Messages
- 131
- Reaction score
- 0
I should say beforehand that I'm very new to working in visual studio. So excuse me if my questions are too simplistic 
I have three .cs files. The original one containing PluginRun() and the default template provided by our developer Out. The other two were created by visual studio. Form1.cs and Form1.Designer.cs. My goal is to not have to manually cut and paste my code all into one cs file in order to have the form show up when the plugin is ran. The reason for this is because, if I want to make an adjustment to my windows form at all, i'd have to manually move all that source code from my windows form back into the plugin each and every time. So my question is, what is needed to declare a Form that's in another .cs file? I can provide the files if need be.
Thank you so much. This learning experience has been very exciting and rewarding.

I have three .cs files. The original one containing PluginRun() and the default template provided by our developer Out. The other two were created by visual studio. Form1.cs and Form1.Designer.cs. My goal is to not have to manually cut and paste my code all into one cs file in order to have the form show up when the plugin is ran. The reason for this is because, if I want to make an adjustment to my windows form at all, i'd have to manually move all that source code from my windows form back into the plugin each and every time. So my question is, what is needed to declare a Form that's in another .cs file? I can provide the files if need be.
Thank you so much. This learning experience has been very exciting and rewarding.