예제 #1
0
파일: Client.cs 프로젝트: arif-sb/Screenary
 public void OnSessionTermRemoteAccessRequested(char[] sessionKey, string username)
 {
     clientListener.OnSessionTermRemoteAccessRequested(this, sessionKey, username);
 }