/// <summary>
 /// Initializes a new instance of the <see cref="WidgetClientConfig" /> class.
 /// </summary>
 /// <param name="V1">V1.</param>
 /// <param name="V2">V2.</param>
 /// <param name="V1Http">V1Http.</param>
 /// <param name="ThirdParty">ThirdParty.</param>
 public WidgetClientConfig(WidgetClientConfigV1 V1 = null, Object V2 = null, WidgetClientConfigV1Http V1Http = null, Object ThirdParty = null)
 {
     this.V1         = V1;
     this.V2         = V2;
     this.V1Http     = V1Http;
     this.ThirdParty = ThirdParty;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WidgetClientConfig" /> class.
 /// </summary>
 /// <param name="V1">V1.</param>
 /// <param name="V2">V2.</param>
 /// <param name="ThirdParty">ThirdParty.</param>
 public WidgetClientConfig(WidgetClientConfigV1 V1 = null, WidgetClientConfigV2 V2 = null, WidgetClientConfigThirdParty ThirdParty = null)
 {
     this.V1         = V1;
     this.V2         = V2;
     this.ThirdParty = ThirdParty;
 }