public Form1() { InitializeComponent(); _pickUp = new PickUpClass(); #if DEBUG _imageVisor = new Form2(); _imageVisor.Show(); #endif }