Пример #1
0
 //------------------------------------------------------------------------------
 //Method Name: Dispose
 //------------------------------------------------------------------------------
 public void Dispose()
 {
     if (theDialog != null)
     {
         theDialog.Dispose();
         theDialog = null;
     }
 }
 //------------------------------------------------------------------------------
 //Method Name: Dispose
 //------------------------------------------------------------------------------
 public void Dispose()
 {
     if (theDialog != null)
     {
         _dataService = null;
         theDialog.Dispose();
         theDialog = null;
     }
 }
Пример #3
0
 //------------------------------------------------------------------------------
 //Method Name: Dispose
 //------------------------------------------------------------------------------
 public void Dispose()
 {
     if (theDialog != null)
     {
         DeleteTempoDLXFile();
         theDialog.Dispose();
         theDialog = null;
     }
 }