BetterExplorer.ClipboardMonitor.Dispose C# (CSharp) Метод

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void
		protected override void Dispose(bool disposing) {
			try {
				if (nextClipboardViewer != null && this.Handle != IntPtr.Zero)
					ChangeClipboardChain(this.Handle, nextClipboardViewer);
			}
			catch (Exception) {
			}
		}