示例#1
0
 protected override void button_DisplaySelectedObject_Click(object sender, EventArgs e)
 {
     this.Close();
     Utilities.Materials.DisplayProduct mdp = new Utilities.Materials.DisplayProduct(ident);
     mdp.Show();
 }
示例#2
0
 private void buttonSpecificProduct_Click(object sender, EventArgs e)
 {
     Utilities.Materials.DisplayProduct app2 = new Utilities.Materials.DisplayProduct(ident);
     app2.Show();
 }