コード例 #1
0
ファイル: ApplicationForm.cs プロジェクト: Igonina/RadugaTour
 private void addTouristsbutton_Click(object sender, EventArgs e)
 {
     PFTableForm pfTable = new PFTableForm(this);
     pfTable.Show();
 }
コード例 #2
0
ファイル: ApplicationForm.cs プロジェクト: Igonina/RadugaTour
 private void addPerson_Click(object sender, EventArgs e)
 {
     PFTableForm pfTable = new PFTableForm(this);
     pfTable.ShowDialog();
 }
コード例 #3
0
ファイル: MainForm.cs プロジェクト: Igonina/RadugaTour
 private void ShowPhisFace_Click(object sender, EventArgs e)
 {
     PFTableForm pfTableForm = new PFTableForm(this);
     pfTableForm.ShowDialog();
 }
コード例 #4
0
        private void addTouristsbutton_Click(object sender, EventArgs e)
        {
            PFTableForm pfTable = new PFTableForm(this);

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

            pfTable.ShowDialog();
        }
コード例 #6
0
ファイル: MainForm.cs プロジェクト: Igonina/RadugaTour
        private void ShowPhisFace_Click(object sender, EventArgs e)
        {
            PFTableForm pfTableForm = new PFTableForm(this);

            pfTableForm.ShowDialog();
        }