DefaultVR example for C#

//LEADDICOM1 is a DICOM Dataset defined outside this method
private void TestDefaultVR ( )
{
   System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor;
   LEADDICOM1.DefaultVR();
   System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default;
}