BCCompareDialog Constructor (BCDocument, Int32, Int32) | 
  
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Client
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCCompareDialog(
	BCDocument document,
	int versionIndexLeft,
	int versionIndexRight
)
Public Sub New ( 
	document As BCDocument,
	versionIndexLeft As Integer,
	versionIndexRight As Integer
)
Parameters
- document
 - Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
            The document of which revisions will be compared.
             - versionIndexLeft
 - Type: SystemInt32
            The index of a revision in Versions collection 
            to show on the left panel of the dialog.
             - versionIndexRight
 - Type: SystemInt32
            The index of a revision in Versions collection 
            to show on the right panel of the dialog.
             
See Also