private void previousPage_toolStripButton12_Click(object sender, EventArgs e) { if (!Pages.OnUpdate) { Pages.Prev(); buildReport(); } }
// страница назад private void toolStripButton12_Click(object sender, EventArgs e) { if (!Pages.OnUpdate) { Pages.Prev(); ShowAllPilots(pilotsList_dataGridView1); } }
// предыдущая страница private void toolStripButton12_Click(object sender, EventArgs e) { if (!Pages.OnUpdate) { Pages.Prev(); //ShowAllPilots(dataGridView1); admin.GetCassaReport(cassa_dataGridView1, dateTimePicker1.Value, GlobalRadio, dateTimePicker2.Value, Pages); } }