d d del Thread restrictions: The topic author allowed to post messages in the topic only to the following groups (and higher ranked): Staff Members and Curators
class Form2 { ... public string text = ""; ... } void ...() { Form2 form = new Form2(); form.text = ...; form.show() }