Esempio n. 1
0
 private void buttonFind_Click(object sender, EventArgs e)
 {
     FindClient fc = new FindClient();
     fc.Show();
 }
Esempio n. 2
0
        private void buttonFind_Click(object sender, EventArgs e)
        {
            FindClient fc = new FindClient();

            fc.Show();
        }
Esempio n. 3
0
        private void заеманеРезервиранеНаКнигиToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FindClient fC = new FindClient();

            fC.Show();
        }
Esempio n. 4
0
        private void вземанеИВръщанеToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FindClient fC = new FindClient();

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