示例#1
0
 private void lastPage_toolStripButton10_Click(object sender, EventArgs e)
 {
     if (!Pages.OnUpdate)
     {
         Pages.Last();
         buildReport();
     }
 }
示例#2
0
 // последняя страница
 private void toolStripButton10_Click(object sender, EventArgs e)
 {
     if (!Pages.OnUpdate)
     {
         Pages.Last();
         ShowAllPilots(pilotsList_dataGridView1);
     }
 }
示例#3
0
 // последняя страница
 private void toolStripButton10_Click(object sender, EventArgs e)
 {
     if (!Pages.OnUpdate)
     {
         Pages.Last();
         //ShowAllPilots(dataGridView1);
         admin.GetCassaReport(cassa_dataGridView1, dateTimePicker1.Value, GlobalRadio, dateTimePicker2.Value, Pages);
     }
 }