foreach (object obj in lbxInsure .Items)
            {
                billInfo.lbxAppCus .Items.Add(obj);
                
            }

相关文章: