[]
Creates a new unlock dialog.
public UnlockDialog()
Public Sub New()
Creates a new unlock dialog with the instance and whether already purchased.
public UnlockDialog(object instance, bool alreadyPurchased)
Public Sub New(instance As Object, alreadyPurchased As Boolean)
Type | Name | Description |
---|---|---|
object | instance | Object containing the instance |
bool | alreadyPurchased | Whether the product has been already purchased |