IT>public partial class EditPersonForm : BizEntityForm IT>{ IT> public EditPersonForm(Person person) IT> { IT> InitializeComponent(); IT> binder.Object = person; IT> } IT>} IT>