C# 개념잡기 - DataBinding

Namespace 는 System.ComponentModel 이다. INotifyPropertyChanged 를 상속받아 PropertyChanged 구현해줘야함. 바인딩 되는 쪽에서는 DataBindings.Add 를 사용하여 바인딩 시켜줌// This class implements a simple customer type // that implements the IPropertyChange interface.…
