Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UI"/> class.
 /// </summary>
 /// <param name="msgPackRpc">The RPC client.</param>
 public UI(MsgPackRpc msgPackRpc)
 {
     this.msgPackRpc = msgPackRpc;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Global"/> class.
 /// </summary>
 /// <param name="msgPackRpc">The RPC client.</param>
 public Global(MsgPackRpc msgPackRpc)
 {
     this.msgPackRpc = msgPackRpc;
 }