his.BeginInvoke(new EventHandler(delegate(Object sd, EventArgs ag)
{
DataTable tab = (DataTable)sd;
smsView.DataSource = tab;
}), new object[] { dt });
System.Threading.Tasks.Task.Factory.StartNew(() =>
{
this.Invoke(new Action(() =>
{
richTextBox1.AppendText("[info] Found : [info]" + Environment.NewLine);
}));
});