private void Button15_Click(object sender, EventArgs e) { Thread thread = new Thread(() => { Tools.BinaryInse(); MessageBox.Show("Done"); }); thread.Start(); }