2016年11月3日 星期四

C# 關閉表單-使用button

private void button1_Click(object sender, EventArgs e)
        {
            this.Close();   //this指的是這個form
        }

沒有留言:

張貼留言