C# Class BACnet.Explorer.Core.Plugins.Tabs.DeviceObjectsTab.Panel

Inheritance: BACnet.Explorer.Core.Controls.BACnetPanel
Mostra file Open project: LorenVS/bacstack

Public Methods

Method Description
Panel ( ObjectInfo device ) : System

Constructs a new device info tab panel

Protected Methods

Method Description
OnUnLoad ( EventArgs e ) : void

Method Details

OnUnLoad() protected method

protected OnUnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Panel() public method

Constructs a new device info tab panel
public Panel ( ObjectInfo device ) : System
device ObjectInfo The device to show information for
return System