Binda.BindaStrategy.BindControl C# (CSharp) Метод

BindControl() публичный абстрактный Метод

public abstract BindControl ( Control control, object source, string propertyName ) : void
control System.Windows.Forms.Control
source object
propertyName string
Результат void
        public abstract void BindControl(Control control, object source, string propertyName);