コード例 #1
0
ファイル: FilesView.cs プロジェクト: zstanecic/TeamTalk5
 public int GetSelectedChannel()
 {
     return(ttclient.GetMyChannelID()); //for now just "my" channel
 }