// For Start Button
public void MyAction1()
{ // Code Here } // For Exit Button function
public void MyExit1()
{ Thread thrd1 = new Thread(() => MyAction1()); thrd1.Abort();
}
// For Start Button
public void MyAction1()
{ // Code Here } // For Exit Button function
public void MyExit1()
{ Thread thrd1 = new Thread(() => MyAction1()); thrd1.Abort();
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amitesh VermaPosted Jul 30, 2015, 2:34 AM