예제 #1
0
        private void btnBack_Click(object sender, EventArgs e)
        {
            this.Hide();
            lists l = new lists();

            l.Show();
        }
예제 #2
0
        private void button11_Click(object sender, EventArgs e)
        {
            this.Hide();
            lists f1 = new lists();

            f1.Show();
        }
예제 #3
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            lists li = new lists();

            li.Show();
        }