private void signup_Click(object sender, EventArgs e) { this.Hide(); ProductKey p = new ProductKey(this); p.Show(); }
public Signup(Form1 f, ProductKey p) { InitializeComponent(); this.f = f; this.p = p; myData = new MyData(); }