Constructors cannot implement interface methods
You have attempted to use the New keyword to implement an interface method, which is not valid.
Error ID: BC30550
To correct this error
- Implement interfaces with the Implements keyword.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
You have attempted to use the New keyword to implement an interface method, which is not valid.
Error ID: BC30550