Ejemplo n.º 1
0
 public AddItemWindow(Item i)
 {
     tmp = i;
     InitializeComponent();
     ItemControl.ShowItemInfo(i);
 }