Class frmLogViewer
Implements
System.IDisposable
Inherited Members
Namespace: StdPlatBS100
Assembly: StdPlatBS100.dll
Syntax
public class frmLogViewer : frmStdBaseForm, IDisposable
Constructors
frmLogViewer()
Returns an instance of the 'frmLogViewer' class.
Declaration
public frmLogViewer()
Fields
barManager1
Declaration
public BarManager barManager1
Field Value
Type | Description |
---|---|
Dev |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System. |
disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
Mostra(clsAplicacoes, String, Form, Action)
Declaration
public void Mostra(clsAplicacoes apls, string strEmpresa, Form parent, Action viewLegacyLog)
Parameters
Type | Name | Description |
---|---|---|
cls |
apls | |
System. |
strEmpresa | |
System. |
parent | |
System. |
viewLegacyLog |
PreparaLayoutPainel(String, String, List<String>)
Declaration
public void PreparaLayoutPainel(string strEmpresa, string strCategoria, List<string> objChaves)
Parameters
Type | Name | Description |
---|---|---|
System. |
strEmpresa | |
System. |
strCategoria | |
System. |
objChaves |
Implements
System.IDisposable