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
Change:
List myArgus = new List();
to be public.