Search results for query: *

  • Users: sgi
  • Content: Threads
  • Order by date
  1. S

    Encapsulation problem

    Hi all, I have a problem encapsulating a class within a class. It all seems to look okay but I get stuck in a loop when calling it eg. Dim myCart As New Data.Cart myCart.Items.Add("00000000-0000-0000-0000-000000000000", 1) All I get is myCart.Items.Items.Items.Items..... I'm obviously...
Back
Top