PayloadGenerator.SwissQrCode.Contact deprecated. What do I have to do? #422
-
Hallo everyone, after updating QRCoder to 1.4.3 this code doesn't work anymore: I'm new to C# and couldn't figure out how to use this new constructor instead of above statement: Sincerely |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
On StackOverflow I've got an answer. The solution is to us thsi instead of "new ..." :
|
Beta Was this translation helpful? Give feedback.
-
hey all i am new to this open source can anyone tell me which issues i have to pickup being as a beginner. i would to love to connect with you all LinkedIn : https://www.linkedin.com/in/harsh-pandey-2161hp Thankyou |
Beta Was this translation helpful? Give feedback.
On StackOverflow I've got an answer. The solution is to us thsi instead of "new ..." :
contactCreditor = SwissQrCode.Contact.WithStructuredAddress(name, zipCode, city, country, street, housenr);