Click here to Skip to main content
15,905,148 members

Comments by Mike Poz (Top 2 by date)

Mike Poz 7-Apr-12 11:33am View    
We are using INotifyPropertyChanged already (that was one of the first things I made sure the developers put into the data object classes), and as I said, I have it all working in my WPF sample client (albeit without ObservableCollection), I was working to get it functional in my C# Winforms sample client. To that end I have *a* solution, but not the optimal solution and I will look into ObservableCollection as a possibility for that in both the WPF sample client and the C# Winforms sample client. Again, thanks for your feedback!
Mike Poz 7-Apr-12 0:54am View    
Thanks, I'll look into that. From the light reading I've done, it looks like that's a WPF collection object, so it may be something I can use to make my WPF version of the sample client less complex as well.