/// <summary>
		/// Initializes a new instance of the PortAuthority class
		/// </summary>
		public PortAuthority()
		{
			_theInstance = this;
			_portmaps = new PortMapCollection();
			_portmaps.PortDescriptorChanged += new PortDescriptorEventHandler(this.OnPortDescriptorChanged);
		}		
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the PortAuthority class
 /// </summary>
 public PortAuthority()
 {
     _theInstance = this;
     _portmaps    = new PortMapCollection();
     _portmaps.PortDescriptorChanged += new PortDescriptorEventHandler(this.OnPortDescriptorChanged);
 }