示例#1
0
 private void btnShowRecords_Click(object sender, EventArgs e)
 {
     MessageBox.Show(rList.showContent());
 }