예제 #1
0
        private void ItemPicture_Click(object sender, EventArgs e)
        {
            CombatInventory inventorywindow = new CombatInventory(battle);

            inventorywindow.ShowDialog();
            this.UpdateTextAndPictures();
        }
예제 #2
0
 private void ItemPicture_Click(object sender, EventArgs e)
 {
     CombatInventory inventorywindow = new CombatInventory(battle);
     inventorywindow.ShowDialog();
     this.UpdateTextAndPictures();
 }