internal GaugeRowCollection(GaugePanel owner, GaugeRowList gaugeRowCollectionDefs)
 {
     m_owner = owner;
     m_gaugeRowCollectionDefs = gaugeRowCollectionDefs;
 }
Ejemplo n.º 2
0
 public GaugeRowCollection(GaugePanel owner, GaugeRowList gaugeRowCollectionDefs)
 {
     this.m_owner = owner;
     this.m_gaugeRowCollectionDefs = gaugeRowCollectionDefs;
 }