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

ShellNotificationListener() public method

Initializes a new instance of the ShellNotificationListener class.
public ShellNotificationListener ( ) : System
return System
		public ShellNotificationListener() {
			m_Window = new NotificationWindow(this);
		}

Same methods

ShellNotificationListener::ShellNotificationListener ( IContainer container ) : System
ShellNotificationListener