I'm confused about how to put method called by event (like when i press a button and Button_Click(object sender, EventArgs e) is called) on a different thread to run in parallel with main thread.
Any help would be appreciated.
I'm confused about how to put method called by event (like when i press a button and Button_Click(object sender, EventArgs e) is called) on a different thread to run in parallel with main thread.
Any help would be appreciated.