Exemplo n.º 1
0
 public ValueWindow(HotBoxValues hotboxvalues)
 {
     InitializeComponent();
     if (hotboxvalues == null)
     {
         Close();
     }
     this.hotboxvalues        = hotboxvalues;
     TextBlockModuleName.Text = hotboxvalues.Label;
     TextBoxValue.Text        = Convert.ToString(hotboxvalues.Value);
     TextBlockUnit.Text       = hotboxvalues.Unit;
 }
 public PickChartInfoWindow(HotBoxValues hbvalues)
 {
     InitializeComponent();
 }