Ejemplo n.º 1
0
        private void btnGiveBook_Click(object sender, EventArgs e)
        {
            CamSearchForm camSearchForm = new CamSearchForm();

            camSearchForm.statusProcess = true;
            camSearchForm.Show();
        }
Ejemplo n.º 2
0
        private void btnReturn_Click(object sender, EventArgs e)
        {
            CamSearchForm camSearchForm = new CamSearchForm();

            camSearchForm.statusProcess = false;
            camSearchForm.Show();
            //IssuedBookFill();
        }