2
Answers

inaccessible due to protection level c# desktop applicationp

Technical guru

Technical guru

6y
1.1k
1
private void button1_Click(object sender, EventArgs e)
{
frmteacher frm = new frmteacher(this);
frm.lblSET.text = "S";
frm.Show();
}
error occured in lblSET.Text 
Answers (2)