* 릭면 됨
private void pushButton_Click(object sender, EventArgs e)
{
label1.Text = "나는 바뀌다";
pushButton.Visible = false;
}










