Example #1
0
 /// <summary>
 /// Releases unmanaged and - optionally - managed resources
 /// </summary>
 public void Dispose()
 {
     if (installForm != null)
     {
         installForm.Dispose();
     }
 }
Example #2
0
        /// <summary>
        /// Releases unmanaged and - optionally - managed resources
        /// </summary>
        public void Dispose()
        {
#if PORTABLE
            if (installForm != null)
            {
                installForm.Dispose();
            }
#endif
        }