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

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

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

            pfTableForm.ShowDialog();
        }