Class FinTraceForm
Inheritance
FinTraceForm
Implements
Inherited Members
Namespace: Subsembly.FinTS.Forms
Assembly: Subsembly.FinTS.Win32.dll
Syntax
public class FinTraceForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
FinTraceForm(string)
Declaration
public FinTraceForm(string sCaption)
Parameters
Type | Name | Description |
---|---|---|
string | sCaption |
Properties
Trace
Declaration
public string Trace { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ShowTrace(IWin32Window, string)
Declaration
public static void ShowTrace(IWin32Window aOwner, string sTrace)
Parameters
Type | Name | Description |
---|---|---|
IWin32Window | aOwner | |
string | sTrace |