Beispiel #1
0
        private void btnInput_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            InputBookForm ibf = new InputBookForm();

            ibf.ShowDialog();

            this.Visible = true;
            Search();
        }
Beispiel #2
0
 public InputBookForm()
 {
     InitializeComponent();
     ibf = this;
 }