private void resetToolStripMenuItem_Click(object sender, EventArgs e) { MessageBox.Show("Bạn có muốn cài đặt chương trình về mặc dịnh không ?", "Thông báo", MessageBoxButtons.YesNo, MessageBoxIcon.Warning); if (DialogResult == DialogResult.OK) { Properties.Settings.Default.cDay = "0.8"; Properties.Settings.Default.cHut = "-0.6"; Properties.Settings.Default.CaoTang = "3.5"; Properties.Settings.Default.SoTang = "10"; frmThietLap thietLap = new frmThietLap(); } }
private void thietLapToolStripMenuItem_Click(object sender, EventArgs e) { frmThietLap thlap = new frmThietLap(); thlap.ShowDialog(); }