public debugForm(DBCompareControl dbCompareControl)
        {
            this.dbCompareControl1 = dbCompareControl;
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
        }
 void dbControl_HandleDestroyed(object sender, EventArgs e)
 {
     _dbCompareControl = null;
 }
 void dbControl_HandleDestroyed(object sender, EventArgs e)
 {
     _dbCompareControl = null;
 }