private void buttonFind_Click(object sender, EventArgs e) { FindClient fc = new FindClient(); fc.Show(); }
private void заеманеРезервиранеНаКнигиToolStripMenuItem_Click(object sender, EventArgs e) { FindClient fC = new FindClient(); fC.Show(); }
private void вземанеИВръщанеToolStripMenuItem_Click(object sender, EventArgs e) { FindClient fC = new FindClient(); fC.Show(); }