private void warehouseReception(object sender, EventArgs e) { this.statusLabel.Visible = false; Form rf = new ReceptionForm(); rf.Show(); this.Hide(); }
private void orderWarehouseReception(object sender, EventArgs e) { Form wrf = new ReceptionForm(); wrf.Show(); this.Dispose(); this.Hide(); }
private void warehouseReception(object sender, EventArgs e) { Console.Error.Flush(); Console.Error.Close(); this.errStream.Close(); Form rf = new ReceptionForm(); rf.Show(); this.Hide(); }
public ReceptionWndMessageWindow(ReceptionForm frm) { this.dlgParent = frm; }