I`m trying to simulate simple two-way databinding mechanism. I have declared simple class for that purpose:


public class Car : INotifyPropertyChanged
{
string color;
...