Пример #1
0
        private void TextBoxesButton_Click(object sender, System.EventArgs e)
        {
            Form f = new TextBoxForm();

            f.ShowDialog();
        }
Пример #2
0
 private void TextBoxesButton_Click(object sender, System.EventArgs e)
 {
     Form f = new TextBoxForm();
     f.ShowDialog();
 }