Created
September 14, 2019 17:47
-
-
Save brunofmeurer/5a50d26fa6a0335ee04ae4a27aca404e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dynamic button1 = JObject.Parse(@"{}"); | |
button1.especific = "name"; | |
button1.value = "Print"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment