Dear all,
i want to close the child instance when next form is load
i m using this code:-
private void frmPersonalData_Load(object sender, EventArgs e)
{
frmPersonalDataSecurity frmPds = new frmPersonalDataSecurity();
//frmPds.Hide();
//this.close()
}