Visual C# - Access instance of object created in one class in another
问题 I apologize in advance with what will probably be a fairly easy/quick answer based on scope, but I've looked everywhere and am surprised to not come up with an answer. I have created a class called Soldier with roughly 100 class variables. I need a user to enter information and gradually build a Solider object over the course of several different class Forms (because there is too much data to collect on just one). I create an (empty) instance of a Soldier (tempSoldier) in Form1.cs and start