how to hide data of another form in c# code example
Example: hide form c#
private void button2_Click(object sender, EventArgs e) // this your button double click and you will find it
{
this.Hide();
}
private void button2_Click(object sender, EventArgs e) // this your button double click and you will find it
{
this.Hide();
}