I have question, how to create object/variables, and using it in another places in application?
I have class "User" with variables e.g. Name, Surname, privilege and method getPrivilage. After login I'm creating new User - loggedUser - but.. how in another form check privilage my "loggedUser"?