private void Btnthemnhom_Click(object sender, EventArgs e) { string tenNhom = txttennhom.Text; if (tenNhom != null) { Nhom.add(tenNhom, path); MessageBox.Show("Thêm thành công", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information); } DialogResult = System.Windows.Forms.DialogResult.OK; this.Close(); }