Initializes a new instance of the BCDocumentUI class.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("The default constructor is deprecated. Use the parameterized constructor of the "BCDocumentUI" class.", true)] public BCDocumentUI() |
Visual Basic |
---|
<ObsoleteAttribute("The default constructor is deprecated. Use the parameterized constructor of the "BCDocumentUI" class.", _ True)> _ Public Sub New |
Visual C++ |
---|
[ObsoleteAttribute(L"The default constructor is deprecated. Use the parameterized constructor of the "BCDocumentUI" class.", true)] public: BCDocumentUI() |
Remarks
The default constructor is deprecated.
Use the parameterized constructor of the BCDocumentUI class.