摘要:
public static class MouseControl { //下面两个委托和事件 用来给UI显示执行结果的 public delegate void EventLogHandler(string message); public static event EventLogHandler 阅读全文
摘要:
public partial class Form1 : Form { StdSchedulerFactory factory; IScheduler scheduler; public Form1() { InitializeComponent(); MouseControl.OnEventLog 阅读全文