private void btnStopSkill_Click(object sender, EventArgs e) { MQOEvents.StopWork(true); }
private void StopWork() { MQOEvents.StopWork(true); }