Beispiel #1
0
        private void btnInsertUser_Click(object sender, EventArgs e)
        {
            UserUpdate update = new UserUpdate();

            update.InsertUser(txtUserID, txtUserName, txtPhone, txtMail, txtDept, chkOSP);
        }