Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / UnlockDialog Class / UnlockDialog Constructor / UnlockDialog Constructor(Object,Boolean)
Object containing the instance
Whether the product has been already purchased


In This Topic
    UnlockDialog Constructor(Object,Boolean)
    In This Topic
    Creates a new unlock dialog with the instance and whether already purchased.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal instance As Object, _
       ByVal alreadyPurchased As Boolean _
    )
    'Usage
     
    
    Dim instance As Object
    Dim alreadyPurchased As Boolean
     
    Dim instance As New UnlockDialog(instance, alreadyPurchased)
    public UnlockDialog( 
       object instance,
       bool alreadyPurchased
    )

    Parameters

    instance
    Object containing the instance
    alreadyPurchased
    Whether the product has been already purchased
    See Also