Example #1
0
 public Form1()
 {
     InitializeComponent();
     AsyncBindingHelper.AddBinding(lblValue, "Text", (INotifyPropertyChanged)dataSource, "Value");
 }