Exemple #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            TablesForm tablesForm = new TablesForm();

            this.Hide();
            tablesForm.ShowDialog();
        }
 private void btnTables_Click(object sender, EventArgs e)
 {
     tablesForm = new TablesForm(_syntactic, _semantic);
     tablesForm.ShowDialog();
 }