Ejemplo n.º 1
0
 /// <summary>
 ///  event handler for returning to the SelectForm
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void SelectAnotherProductButton_Click(object sender, EventArgs e)
 {
     this.Hide();
     previousForm.Activate();
     previousForm.Show();
 }