Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GaugeAreaBuilder" /> class.
 /// </summary>
 /// <param name="gaugeArea">The gauge area.</param>
 public GaugeAreaBuilder(GaugeArea gaugeArea)
 {
     this.gaugeArea = gaugeArea;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GaugeAreaBuilder" /> class.
 /// </summary>
 /// <param name="gaugeArea">The gauge area.</param>
 public GaugeAreaBuilder(GaugeArea gaugeArea)
 {
     this.gaugeArea = gaugeArea;
 }