public static void SetLicense(
ICardModel model,
bool isDisabled
)
Public Shared Sub SetLicense (
model As ICardModel,
isDisabled As Boolean
)
public:
static void SetLicense(
ICardModel^ model,
bool isDisabled
)
static member SetLicense :
model : ICardModel *
isDisabled : bool -> unit