Esempio n. 1
0
 public void DeleteItemButton()
 {
     parent_screen.DeleteIndividualItem(barcode_text.text);
     Destroy(this.gameObject);
 }