private void PictureBox9_Click(object sender, EventArgs e) { FormNhapNCC frm = new FormNhapNCC(); frm.ShowDialog(); if (frm.DialogResult == DialogResult.OK) { PushNoti noti1 = new PushNoti("Success", "Thêm nhà cung cấp thành công!"); noti1.Width = this.Width; this.Controls.Add(noti1); noti1.Show(); noti1.ShowNoti(); } }
private void PictureBox9_Click(object sender, EventArgs e) { FormNhapNCC frm = new FormNhapNCC(); frm.ShowDialog(); }