I have a program that's working pretty well. It's a character sheet program for a game I'm running. Right now, since it only supports 1 active window, I have to save the existing sheet and open a new one. Thus, I can only work with one sheet at a time.
Is there a way in VS2013 C# winforms that I can work with multiple copies of Form1?
This is definitely a noob question, but I'm having trouble finding help on it.