Example #1
0
        private void ItemInList()
        {
            item = service.GetItemAmountAndComment(item, order);

            tbox_Amount.Text  = item.Amount.ToString();
            tbox_Comment.Text = item.Comment.ToString();
        }