Ho fatto un pò di confusione nel copiare il codice, ecco quello giusto:
codice:
private void btnTp1_Click(object sender, EventArgs e)
        {
            Form1 t = new Form1();
            t.Show();
        }