Exemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     button_stop.Enabled = false;
     histogram           = new Form_Histogram();
     histogram.Show();
 }
 public Form1()
 {
     InitializeComponent();
     button_stop.Enabled = false;
     histogram = new Form_Histogram();
     histogram.Show();
 }