Beispiel #1
0
 /// <summary>
 /// <para>Initializes a new instance of the <see cref="MobileClient" />
 /// class.</para>
 /// </summary>
 /// <param name="value">The value</param>
 public MobileClient(DeviceSessionArg value)
 {
     this.Value = value;
 }
Beispiel #2
0
 /// <summary>
 /// <para>Initializes a new instance of the <see cref="WebSession" /> class.</para>
 /// </summary>
 /// <param name="value">The value</param>
 public WebSession(DeviceSessionArg value)
 {
     this.Value = value;
 }