KimhillZhang |
|
||
2012年9月16日
摘要:
因为Thread的Suspend()与Resume()方法都过时了,只能采用其它方法来实现该功能。创建两个线程,点击停止1线程将线程1停止,开启1线程将线程1开启。public partial class Form1 : Form { public Form1() { InitializeComponent(); } /// <summary> /// 停止1线程 /// </summary> /// <param name="sender"></param> /// <param name="e"& 阅读全文
|
Copyright © 2024 KimhillZhang
Powered by .NET 9.0 on Kubernetes |