BACnet.Explorer.Core.Plugins.Tabs.TrendLogChartTab.Panel.Panel C# (CSharp) Метод

Panel() публичный Метод

public Panel ( ObjectInfo info ) : System
info ObjectInfo
Результат System
            public Panel(ObjectInfo info)
            {
                this._info = info;
                this._plot = new Plot();
                this.Content = this._plot;
                this.Padding = new Padding(10);
            }
TrendLogChartTab.Panel