コード例 #1
0
ファイル: MainForm.cs プロジェクト: nuxlic/2012-2c-transa-sql
 private void Armar_Cupon_Click(object sender, EventArgs e)
 {
     ArmarCupon.ArmarCuponForm ac = new ArmarCupon.ArmarCuponForm(this._owner.Model1.UserRow);
     ac.Owner = this;
     ac.Show();
 }
コード例 #2
0
 public ArmarCuponApp(ArmarCuponForm own)
 {
     this.owner = own;
 }
コード例 #3
0
 public ArmarCuponApp(ArmarCuponForm own)
 {
     this.owner = own;
 }
コード例 #4
0
ファイル: MainForm.cs プロジェクト: nuxlic/2012-2c-transa-sql
 private void Armar_Cupon_Click(object sender, EventArgs e)
 {
     ArmarCupon.ArmarCuponForm ac = new ArmarCupon.ArmarCuponForm(this._owner.Model1.UserRow);
     ac.Owner = this;
     ac.Show();
 }