예제 #1
0
파일: User.cs 프로젝트: zergon321/Messenger
 public void NotifyUserConnected(string username) => _clientCallback?.NotifyUserConnected(username);