Exemplo n.º 1
0
 public indexGauge(GaugeInfo gi)
 {
     InitializeComponent();
     _gi = gi;
     initGauge();
 }
Exemplo n.º 2
0
 }                                        //仪表盘信息
 public indexPoint(indexPlane own, string name)
 {
     indexname = name.Trim();
     owner     = own;
     gaugeInfo = new GaugeInfo();
 }