示例#1
0
 /** Sets up all three buttons with the proper information. */
 public void SetButtons(Item[] i)
 {
     this.items = i;
     button1.SetItem(items[0]);
     button2.SetItem(items[1]);
     button3.SetItem(items[2]);
 }