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);