private void loginButton_Click(object sender, EventArgs e) { Registros.LoginForm LoginF = new Registros.LoginForm(); LoginF.Show(); }