Example #1
0
        private void complaints_Click(object sender, EventArgs e)
        {
            this.Hide();
            Dbadd pc = new Dbadd();

            pc.Show();
        }
Example #2
0
        private void adddb_Click(object sender, EventArgs e)
        {
            this.Hide();
            Dbadd ud = new Dbadd();

            ud.Show();
        }