示例#1
0
        // 开始
        private void btnStartOrSuppend_Click(object sender, EventArgs e)
        {
            btnStartOrSuppend.Enabled = false;
            btnStop.Enabled           = true;

            EventPublisher.PublishChangedToHistoryEvent(this, null);

            StartStop(true);
        }