Пример #1
0
 void Window1_entsvcRegisterSIPPhone(string SIPUserName, string SIPPassword, string SIPServer)
 {
     RClient            = new RTCClient(SIPUserName, SIPPassword, SIPServer);
     RClient.entstatus += new RTCClient.delStatus(RClient_entstatus);
 }
Пример #2
0
 void Window1_entsvcRegisterSIPPhone(string SIPUserName, string SIPPassword, string SIPServer)
 {
     RClient = new RTCClient(SIPUserName, SIPPassword, SIPServer);
     RClient.entstatus += new RTCClient.delStatus(RClient_entstatus);
 }