コード例 #1
0
        private void signup_Click(object sender, EventArgs e)
        {
            this.Hide();
            ProductKey p = new ProductKey(this);

            p.Show();
        }
コード例 #2
0
 public Signup(Form1 f, ProductKey p)
 {
     InitializeComponent();
     this.f = f;
     this.p = p;
     myData = new MyData();
 }