private void thôngTinToolStripMenuItem_Click(object sender, EventArgs e) { fInformation f = new fInformation(username); this.Hide(); f.ShowDialog(); this.Show(); }
private void btnChangeInformation_Click(object sender, EventArgs e) { fInformation changeInformation = new fInformation("admin"); changeInformation.Show(); }