public Form5_VibDvij(Form1 f, Form4_Rashod f4, Form21OtPoOdnomuOtdeleniu f2111) { frm1 = f; InitializeComponent(); frm4 = f4; ff21 = f2111; }
public Form4_Rashod(Form1 f, DataGridView s, int index, Form21OtPoOdnomuOtdeleniu f21) { InitializeComponent(); frm1 = f; f5 = new Form5_VibDvij(f, this, f21); dv = s; focus = index; }
private void button19_Click(object sender, EventArgs e) { f21 = new Form21OtPoOdnomuOtdeleniu(this, f4); f21.ShowDialog(); }
//Отчет по одному отделению private void поОдномуОтделениюToolStripMenuItem_Click(object sender, EventArgs e) { f21 = new Form21OtPoOdnomuOtdeleniu(this, f4); f21.ShowDialog(); }