コード例 #1
0
 private void btnCompactDatabase_Click(object sender, EventArgs e)
 {
     db.CompactDatabase();
     Application.Exit();
 }