Esempio n. 1
0
 private void addOrgbutton_Click(object sender, EventArgs e)
 {
     JFTableForm jfTable = new JFTableForm(this);
     jfTable.ShowDialog();
 }
Esempio n. 2
0
        private void addOrgbutton_Click(object sender, EventArgs e)
        {
            JFTableForm jfTable = new JFTableForm(this);

            jfTable.ShowDialog();
        }
Esempio n. 3
0
 private void ShowJuriFace_Click(object sender, EventArgs e)
 {
     JFTableForm jfTableForm = new JFTableForm(this);
     jfTableForm.ShowDialog();
 }
Esempio n. 4
0
        private void ShowJuriFace_Click(object sender, EventArgs e)
        {
            JFTableForm jfTableForm = new JFTableForm(this);

            jfTableForm.ShowDialog();
        }