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

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

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

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