Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

if (((BO_Student)View.CurrentObject).StudentClass > 12)
{
throw new UserFriendlyException("Sınıf numarası 12'den büyük olamaz.");
}

Image Added


BasicLogoCRMProject