1namespace MoMoney.Presentation.Winforms.Databinding 2{ 3 public interface IPropertyBinding<PropertyType> 4 { 5 PropertyType current_value(); 6 } 7}