This:
should be this:vb.net Code:
My.Settings.M_IPs = M_Ips2.ToList
You may want to call Clear on the existing collection first, if it may already contain items.vb.net Code:
My.Settings.M_IPs.AddRange(M_Ips2)
|
Results 1 to 2 of 2
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |