예제 #1
0
        private void to_buying_lizard_page_Click(object sender, EventArgs e)
        {
            Buying_Lizard Check = new Buying_Lizard();

            Check.Show();
            Close();
        }
예제 #2
0
        private void back_button_Click(object sender, EventArgs e)
        {
            Buying_Lizard Check = new Buying_Lizard();

            Check.Show();
            Close();
        }