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?

Recommended Answers

All 4 Replies

can someone suggest a soultion to this

thanks

hello, does anyone know how to solve it

You shouldn't be accessing inner elements of a class except through methods of the class. Create a method to return the information you need.

ok,
is there any way that i can send data to one instace of a TrackManager via inner classes?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.