Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 2

REVIEW

WHAT’S WRONG WITH


MY CODE?
private void btnSubmit_Click(object sender, EventArgs e)
{
Form2 frr2 = new Form2();

fr2.lblName.Text = txtName.Caption;
fr2.lblBday.Text = mePicker1.Value.ToShortDateString();
fr2.lblsec.Text = listBox1.SelectedItem.ToString;

fr2.Show();
ths.Hide();

You might also like