I'm learning programming with C #, using visual studio 2013. In this program I have 2 windows. In the first window I have a text box and a button that writes the text to a string and opens the second window. In the second window I only have one text box.
How do I write in the text box of window 2 what is inside the string of window 1? Note: I tried to make the string public but I can not access the string in the same way.