Ejemplo n.º 1
0
        void sm_AccountStateChange(object sender, AccountStateEventArgs e)
        {
            /*Console.WriteLine("Account State:");
             * Console.WriteLine(e.State.ToString());
             * Console.WriteLine(e.Reason);*/

            Refresh();
        }
Ejemplo n.º 2
0
 private void Sm_AccountStateChange(object sender, AccountStateEventArgs e)
 {
     registrationOK = e.State == pjsip_status_code.PJSIP_SC_OK;
     registrationFinished?.Set();
 }