marioana
May 30th, 2008, 04:32 AM
I have an application written in C# that connects through COM to an application written in C++. The problem is that in order to serialize my settings in the main application I need the main application to fire the save event, which will be fired only if I call FireOnChanged (from what I understood from the developers of the main application).
The problem is I am not too familiar with connection points and I don't know how to do that in C#...
The problem is I am not too familiar with connection points and I don't know how to do that in C#...