Ejemplo n.º 1
0
        private void Button12_Click(object sender, EventArgs e)
        {
            Thread thread = new Thread(() => { Tools.DoubleSelect(int.Parse(DeleyTime.Text)); MessageBox.Show("Done"); });

            thread.Start();
        }