IK
Size: a a a
IK
Т
ﺋﺋ
А
RI
IK
Т
IK
А
А
IK
А
А
IK
IK
class MyForm : Form
{
public string Text1 { get; private set; }
void Ok_Click (object sender, EventArgs)
{
this.Text1 = txt1.Text;
...
this.Close();
}
}
MyForm gen = new MyForm();
gen.ShowDialog();
string text1 = gen.Text1;IK
КА