private void stbtn_Click(object sender, EventArgs e) { startBtnShow(); if (evokWork.DeviceStatus) { if (evokWork.SimimaterialId < Constant.patternMaterialId) { evokWork.CutStartNormal(Constant.CutNormalWithAngle); } else { evokWork.CutStartSimiPatternMode(Constant.CutNormalWithAngle); } } else { if (evokWork.SimimaterialId < Constant.patternMaterialId) { evokWork.StartWithOutDevice(0); } else { evokWork.StartWithOutDeviceWithPattern(5); } } stopBtnShow(); }