private void buttonConfig_Click(object sender, EventArgs e) { FormLoginConfig loginConfig = new FormLoginConfig(); loginConfig.Show(); }