DefaultIOD example for C#

//LEADDICOM1 is a DICOM Dataset defined outside this method
private void TestDefaultIOD ( )
{
   //Restore Default IOD table
   System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor;
   LEADDICOM1.DefaultIOD();
   System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default;
}