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
By default, fields of a class are private if no access modifier is present ...
private
access modifier