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










