private void FrmMain_DragDrop(object sender, DragEventArgs e) { string[] array = e.Data.GetData(DataFormats.FileDrop) as string[]; base.Activate(); BarTime.Value = 0; BarCount.Value = 0; CmdStop.Enabled = true; answer.TryInvokeAsync(array); }