I have a class proxy, Process Track Manger.
To the constructor of the Proxy I sent an instance of Process class. Process class has a list
As public List<TrackManager> l = new List<TrackManager>();
I add 2 instance of track manager to the list.
From another class call UpdateClient, how do I access the method of the TrackManager in the list?