EnableMethodErrors (ILEADDicomNet) Example for C#

//This example uses the predefined variable “DicomDir” of type “LEADDicomDir” from “"LEADTOOLS Toolkit”.
private void TestEnableMethodErrors ( )
{
   DicomDir.EnableMethodErrors = false;
}