Click or drag to resize
BCReferencesDialog Constructor (BCDocument, BCServiceProvider)
Initializes a new instance of the BCReferencesDialog class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCReferencesDialog(
	BCDocument document,
	BCServiceProvider services
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document of which to show the references.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the dialog.
See Also