Пример #1
0
 private void nextPage_toolStripButton9_Click(object sender, EventArgs e)
 {
     if (!Pages.OnUpdate)
     {
         Pages.Next();
         buildReport();
     }
 }
Пример #2
0
 private void toolStripButton9_Click(object sender, EventArgs e)
 {
     if (!Pages.OnUpdate)
     {
         Pages.Next();
         ShowAllPilots(pilotsList_dataGridView1);
     }
 }
Пример #3
0
 // следующая страница
 private void toolStripButton9_Click(object sender, EventArgs e)
 {
     if (!Pages.OnUpdate)
     {
         Pages.Next();
         //ShowAllPilots(dataGridView1);
         admin.GetCassaReport(cassa_dataGridView1, dateTimePicker1.Value, GlobalRadio, dateTimePicker2.Value, Pages);
     }
 }