BExplorer.Shell.ShellNotificationListener.NotificationWindow.Dispose C# (CSharp) Method

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void
			protected override void Dispose(bool disposing) {
				base.Dispose(disposing);
				Shell32.SHChangeNotifyUnregister(m_NotifyId);
			}
ShellNotificationListener.NotificationWindow