Ejemplo n.º 1
0
 private void btnShop_Click(object sender, EventArgs e)
 {
     this.itemShop = new ShopInventory();
     this.itemShop.ShowDialog();
 }
Ejemplo n.º 2
0
 private void btnShop_Click(object sender, EventArgs e)
 {
     this.itemShop = new ShopInventory();
     this.itemShop.ShowDialog();
 }