Exemplo n.º 1
0
        private void createKlient_Click(object sender, EventArgs e)
        {
            CreateForClient c = new CreateForClient();

            c.ShowDialog();
        }
Exemplo n.º 2
0
 private void createKlient_Click(object sender, EventArgs e)
 {
     CreateForClient c = new CreateForClient();
     c.ShowDialog();
 }