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