Hey !
Someone can help me how i can close form using another form i try with this code
private void button1_Click(object sender, EventArgs e)
{
Form1 frm = new Form1();
frm.Close();
}
but its dont work !!!