public static bool ShouldBeUpgraded(
ILicense license
)
Public Shared Function ShouldBeUpgraded (
license As ILicense
) As Boolean
public:
static bool ShouldBeUpgraded(
ILicense^ license
)
static member ShouldBeUpgraded :
license : ILicense -> bool