コード例 #1
0
 private void tsbRefresh_Click(object sender, EventArgs e)
 {
     lvMain.BeginUpdate();
     UpdateList();
     lvMain.EndUpdate();
 }