标签:
1.记住今天的生成准考证号的练习
public string ShowInfo
{
set
{
this.label1.Text = value;
}
}
public bool BtnShow
{
set
{
this.button1.Visible = value;
}
}
private void button1_Click(object sender, EventArgs e)
{
this.Close();
}
标签:
原文地址:http://www.cnblogs.com/learningrecord/p/5936878.html