示例#1
0
        private void createKlient_Click(object sender, EventArgs e)
        {
            CreateForClient c = new CreateForClient();

            c.ShowDialog();
        }
示例#2
0
 private void createKlient_Click(object sender, EventArgs e)
 {
     CreateForClient c = new CreateForClient();
     c.ShowDialog();
 }