Example #1
0
        private void Stop()
        {
            label_runStatus.Text = "关闭";
            button_Start.Enabled = true;

            if (_clientControl != null)
            {
                _clientControl.Close();
            }
        }