private void Btn1_Click(object sender, EventArgs e)
    {
        var e2 = new Example2();

        e2.SetMainForm(this);
        e2.Show();
    }