I\'m trying to pass a list from one form class to another. Here\'s the code:
List myArgus = new List(); private void btnLogin_Cl
You have to declare Branch to be public:
Branch
public class Branch { . . . }