public Form1() { InitializeComponent(); button_stop.Enabled = false; histogram = new Form_Histogram(); histogram.Show(); }