protected override void WndProc(ref Message m)
 {
     DriveHelper.QueryDeviceChange(m, OnStateChanged);
     base.WndProc(ref m);
 }