Skip to content

Using Custom .NET Controls

minton edited this page Mar 15, 2013 · 2 revisions
var binda = new Binder();
binda.AddRegistration(typeof(PersonControl), "FirstName");
binda.Bind(myObject, myForm);
Clone this wiki locally