/// <summary>
 /// Implements Dispose methode of IDisposable interface.
 /// </summary>
 public void Dispose()
 {
     this.objExecuteMSI = null;
     this.myWindow.Dispose();
     this.myWindow    = null;
     this.myControls  = null;
     this.mauiWindow  = null;
     this.mauiControl = null;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Implements Dispose methode of IDisposable interface.
 /// </summary>
 public void Dispose()
 {
     this.objExecuteMSI = null;
     this.myWindow.Dispose();
     this.myWindow     = null;
     this.myControls   = null;
     this.mauiWindow   = null;
     this.mauiToolbar  = null;
     this.mauiCheckBox = null;
 }
 /// <summary>
 /// Implements Dispose methode of IDisposable interface.
 /// </summary>
 public void Dispose()
 {
     this.myControls        = null;
     this.myWindow          = null;
     this.mauiWindow        = null;
     this.myHtmlDoc         = null;
     this.myHtmlButton      = null;
     this.myHtmlRadioButton = null;
     this.myHtmlTextBox     = null;
     this.myHtmlControl     = null;
 }
 /// <summary>
 /// Implements Dispose methode of IDisposable interface.
 /// </summary>
 public void Dispose()
 {
     this.objExecuteMSI = null;
     this.myWindow.Dispose();
     this.myWindow    = null;
     this.myControls  = null;
     this.mauiWindow  = null;
     this.mauiToolbar = null;
     this.mauiTextBox = null;
     this.mauiControl = null;
     this.messageIcon = null;
 }
 /// <summary>
 /// Implements Dispose methode of IDisposable interface.
 /// </summary>
 public void Dispose()
 {
     this.myWindow.Dispose();
     this.myWindow = null;
     this.objQuickBrowserSignin.Dispose();
     this.objQuickBrowserSignin = null;
     this.myControls            = null;
     this.objExecuteMSI         = null;
     this.mauiWindow            = null;
     this.myMauiCoreControl     = null;
     this.myMauiCoreTextBox     = null;
     this.myMauiCoreButton      = null;
     this.mauiControl           = null;
 }