private void button28_Click(object sender, EventArgs e) //indecs { fl = 2; PasInd p = new PasInd(); p.Tag = this; p.ShowDialog(); }
private void button27_Click(object sender, EventArgs e) //pasport { fl = 1; PasInd p = new PasInd(); p.Tag = this; p.ShowDialog(); }