コード例 #1
0
ファイル: GroupChat.cs プロジェクト: GooogleTHT/LGcl2
 private void OnChatStatus(string name, bool online)
 {
     ChatStatus?.Invoke(this, new ChatStatusEventArgs(name, online));
 }