Memento
I readed manu articles about this, but - still confused. from Form1 I open Form2: new Form2().Show();
On Form2.ClosingEvent I need: Form1.TextBox1.Visible = false;
What code and exactly where should I put - to achieve this ?