private void button3_Click(object sender, EventArgs e) { if (m_motor != null) { m_motor.StopScript(); } }
public string StopCooking() { if (m_motor != null) { m_motor.StopScript(); } return("ok"); }