I am working in c#, wpf. I have multiple instance of the same class ( class='MyView') ). How can i differentiate the objects? They have objects contained within themselves and the objects have different contents.; i e a label with different texts. How can i use this to differentiate the instantiated objects ?
Howard