Click or drag to resize

BCCompareDialog Constructor (BCDocument, BCDocument, BCServiceProvider)

Initializes a new instance of the BCCompareDialog class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCCompareDialog(
	BCDocument documentLeft,
	BCDocument documentRight,
	BCServiceProvider services
)

Parameters

documentLeft
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to show on the left panel of the dialog.
documentRight
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to show on the right panel of the dialog.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the dialog.
See Also