Beispiel #1
0
        private void EnterBtn_Click(object sender, EventArgs e)
        {
            pjsipTelephony.Register(LoginTb.Text, PasswdTb.Text, DomainTb.Text, 5060);

            AccountForm accountForm = new AccountForm(pjsipTelephony);

            accountForm.ShowDialog();
        }