예제 #1
0
        private void btnbydate_Click(object sender, EventArgs e)
        {
            Prices menu = new Prices();

            this.Hide();
            menu.Show();
        }
예제 #2
0
 private void pricesbtn_Click(object sender, EventArgs e)
 {
     Prices p = new Prices();
     this.Hide();
     p.Show();
 }