悟生慧

 

2011年8月10日

C# winfrom设置循环暂停和继续 原文转自:http://blog.csdn.net/qwldcl/article/details/3970784

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace WindowsFormsApplication1{ public partial class Form12 : Form { public enum RunState { running, pause, stop } priva 阅读全文

posted @ 2011-08-10 11:31 悟生慧 阅读(1370) 评论(0) 推荐(0)

导航