Posts by Carlos Sitolino • 36 points
1 post
-
2
votes1
answer346
viewsA: How to take the Text of a Textbox in a Second Form and assign it to a String in the main form?
In the form Senha, you can create a publish property that returns the string key. public string Key { get{ return key;} } Then after the ISCrypt.ShowDialog(); you would be able to access…
c#answered Carlos Sitolino 36