private void button3_Click(object sender, EventArgs e) { Task t = new Task( () => { chain.StartServerProcess(); }); t.Start(); }