private void config_Click(object sender, EventArgs e) { frmConfig c = new frmConfig(); c.Show(); this.Hide(); }
private void lblconfig_Click(object sender, EventArgs e) { frmConfig fconfig = new frmConfig(); fconfig.Show(); this.Hide(); }