示例#1
0
        private void button4_Click(object sender, EventArgs e)
        {
            Pokaz pokaz = new Pokaz(null, txtBoxVvod.Text.ToString());

            pokaz.Show();
        }
示例#2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Pokaz pokaz = new Pokaz(txtBoxNomerVDM.Text.ToString());

            pokaz.Show();
        }