I have a question about our famous MessageBox.Show();
, this command is about an event, method what would it be?
Another question is about instantiating object, in the example below we are getting our login form and creating a variable that will be our object reference = receive object frmLogin
.
My question is, can I say that my object would be frmLogin
or entra
frmLogin entra = new frmLogin()
entra.show();