コード例 #1
0
 private void Generator_TableCounted(object sender, CountEventArgs e)
 {
     progressBar.Value = e.Count;
 }
コード例 #2
0
 private void Generator_TableCounted(object sender, CountEventArgs e)
 {
     progressBar.Value = e.Count;
 }
コード例 #3
0
 private void Generator_DatabaseCounted(object sender, CountEventArgs e)
 {
     progressBar.Maximum = e.Count;
 }
コード例 #4
0
 private void Generator_DatabaseCounted(object sender, CountEventArgs e)
 {
     progressBar.Maximum = e.Count;
 }