if (_ServiceShipment == B_SMAServiceShipment::B_Hand)
if (!Personels.WithHand)
continue;
I was thinking not. Because I thought second if with continue should be consider as one command. But it seem not. Requires paranthesis:if (!Personels.WithHand)
continue;
if (_ServiceShipment == B_SMAServiceShipment::B_Hand)
{
if (!Personels.WithHand)
continue;
}
Hiç yorum yok:
Yorum Gönder