コード例 #1
0
ファイル: MPExtendedHost.cs プロジェクト: bjarkimg/MPExtended
 public MPExtendedHost()
 {
     System.Threading.Thread.CurrentThread.Name = "HostThread";
     wcf = new WCFHost();
     zeroconf = new Zeroconf();
 }
コード例 #2
0
ファイル: MPExtendedHost.cs プロジェクト: bjarkimg/MPExtended
 public MPExtendedHost()
 {
     System.Threading.Thread.CurrentThread.Name = "HostThread";
     wcf      = new WCFHost();
     zeroconf = new Zeroconf();
 }