Class EbicsAdminForm
Inheritance
EbicsAdminForm
Implements
Inherited Members
Namespace: Subsembly.EBICS.Admin
Assembly: Subsembly.EBICS.Win32.dll
Syntax
public class EbicsAdminForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
EbicsAdminForm(IEbicsContactFolder, bool)
Creates a default EbicsAdminForm with default caption icon and caption text.
Declaration
public EbicsAdminForm(IEbicsContactFolder aContactFolder, bool fAllowChangeContactFolder)
Parameters
Type | Name | Description |
---|---|---|
IEbicsContactFolder | aContactFolder | Provides the contact folder that contains the contacts that are administrated by
this EbicsAdminForm. Must not be |
bool | fAllowChangeContactFolder |
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |