일반
for문 작업중에 멈추기 기능
알 수 없는 사용자
2022. 4. 6. 15:55
SMALL
체크박스가 체크되었을때 브레이크
//멈추기 기능
if (checkBoxStop.Checked)
{
break;
}
LIST