Ejemplo n.º 1
0
 private void addTouristsbutton_Click(object sender, EventArgs e)
 {
     PFTableForm pfTable = new PFTableForm(this);
     pfTable.Show();
 }
Ejemplo n.º 2
0
 private void addPerson_Click(object sender, EventArgs e)
 {
     PFTableForm pfTable = new PFTableForm(this);
     pfTable.ShowDialog();
 }
Ejemplo n.º 3
0
 private void ShowPhisFace_Click(object sender, EventArgs e)
 {
     PFTableForm pfTableForm = new PFTableForm(this);
     pfTableForm.ShowDialog();
 }
Ejemplo n.º 4
0
        private void addTouristsbutton_Click(object sender, EventArgs e)
        {
            PFTableForm pfTable = new PFTableForm(this);

            pfTable.Show();
        }
Ejemplo n.º 5
0
        private void addPerson_Click(object sender, EventArgs e)
        {
            PFTableForm pfTable = new PFTableForm(this);

            pfTable.ShowDialog();
        }
Ejemplo n.º 6
0
        private void ShowPhisFace_Click(object sender, EventArgs e)
        {
            PFTableForm pfTableForm = new PFTableForm(this);

            pfTableForm.ShowDialog();
        }