Esempio n. 1
0
 public void ComboBox_SelectedIndexChange(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     _ = new StatisticQuantityMonthLoad();
     Cursor.Current = Cursors.Default;
 }
 private void Comb_StatisticQuantityMonthInstallation_SelectedIndexChanged(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     _ = new StatisticQuantityMonthLoad(dgv_StatisticQuantityMonth);
     Cursor.Current = Cursors.Default;
 }