コード例 #1
0
ファイル: Server.cs プロジェクト: Rain0Ash/NetExtender
 public void SetHandler(BaseProtocolHandler handler)
 {
     _protocolHandler = handler;
 }