Binda.BindaStrategy.BindControl C# (CSharp) Method

BindControl() public abstract method

public abstract BindControl ( Control control, object source, string propertyName ) : void
control System.Windows.Forms.Control
source object
propertyName string
return void
        public abstract void BindControl(Control control, object source, string propertyName);