Esempio n. 1
0
        private void updatePrimary_Click(object sender, EventArgs e)
        {
            PrimaryKey p = new PrimaryKey(con, comboBox1.SelectedItem.ToString(), primary.Trim(), true);

            p.Show();
        }
Esempio n. 2
0
        private void button6_Click(object sender, EventArgs e)
        {
            PrimaryKey p = new PrimaryKey(con, comboBox1.SelectedItem.ToString(), primary, false);

            p.Show();
        }