コード例 #1
0
ファイル: MainForm.cs プロジェクト: nuxlic/2012-2c-transa-sql
 private void Comprar_GiftCard_Click(object sender, EventArgs e)
 {
     ComprarGiftCard.ComprarGiftForm c = new ComprarGiftCard.ComprarGiftForm(this._Owner.Model1.UserRow);
     c.Owner = this;
     //this.Hide();
     c.Show();
 }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: nuxlic/2012-2c-transa-sql
 private void Comprar_GiftCard_Click(object sender, EventArgs e)
 {
     ComprarGiftCard.ComprarGiftForm c= new ComprarGiftCard.ComprarGiftForm(this._Owner.Model1.UserRow);
     c.Owner = this;
     //this.Hide();
     c.Show();
 }