예제 #1
0
        private void warehouseReception(object sender, EventArgs e)
        {
            this.statusLabel.Visible = false;
            Form rf = new ReceptionForm();

            rf.Show();
            this.Hide();
        }
예제 #2
0
        private void orderWarehouseReception(object sender, EventArgs e)
        {
            Form wrf = new ReceptionForm();

            wrf.Show();
            this.Dispose();
            this.Hide();
        }
예제 #3
0
파일: SearchForm.cs 프로젝트: yorg76/test
        private void warehouseReception(object sender, EventArgs e)
        {
            Console.Error.Flush();
            Console.Error.Close();
            this.errStream.Close();
            Form rf = new ReceptionForm();

            rf.Show();
            this.Hide();
        }
예제 #4
0
 public ReceptionWndMessageWindow(ReceptionForm frm)
 {
     this.dlgParent = frm;
 }