private void lastPage_toolStripButton10_Click(object sender, EventArgs e) { if (!Pages.OnUpdate) { Pages.Last(); buildReport(); } }
// последняя страница private void toolStripButton10_Click(object sender, EventArgs e) { if (!Pages.OnUpdate) { Pages.Last(); ShowAllPilots(pilotsList_dataGridView1); } }
// последняя страница 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); } }