コード例 #1
0
ファイル: Broadcaster.cs プロジェクト: totalgit/OCTGN
 public void Error(string msg)
 {
     bin.Error(msg);
     Send();
 }