我正學習處於虛擬網路的另一個世界
private void button1_Click(object sender, EventArgs e){ AboutBox1 about1 = new AboutBox1(); about1.Show();}
那要關閉, 怎麽辨?
about1視窗下的"確定"滑鼠左鍵點兩下並寫入:this.Close();
那要關閉, 怎麽辨?
回覆刪除about1視窗下的"確定"滑鼠左鍵點兩下並寫入:
回覆刪除this.Close();