コード例 #1
0
ファイル: SocketFrame.cs プロジェクト: lanicon/SocketFrame
 public SocketFrame Init(ConfigureAll config)
 {
     this.Configure(config);
     return(this.Init());
 }
コード例 #2
0
ファイル: SocketFrame.cs プロジェクト: lanicon/SocketFrame
 public SocketFrame Configure(ConfigureAll config)
 {
     config(new ConfigurationBroker(), new BindingBroker(), this._structureBroker);
     return(this);
 }