private void btnCapNhat_Click(object sender, EventArgs e) { this.Hide(); fUpdateInfo form = new fUpdateInfo(masc); form.ShowDialog(); this.Close(); }
public UC_UI_DS_Item(fUpdateInfo parent) { _parent = parent; InitializeComponent(); }