Properties Constructor (IAppContext) |
Constructor intended for use by the AppContext object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Properties(
IAppContext app
)
Public Sub New (
app As IAppContext
)
Parameters
- app
- Type: NetQuarryIAppContext
The current appliation context.
See Also