Skip to content

kasthack-labs/kasthack.binding.wf

Repository files navigation

kasthack.binding.wf

Nuget NuGet Build status license Gitter

What

Windows.Forms data binding lambda helper. Gets rid of that literal / nameof bullshit in your code.

Installation

Install-Package kasthack.binding.wf

Usage

control.Bind(a=>a.ControlProperty, model, a=>a.ModelProperty.ModelSubProperty)

Bugs / issues

Fork off / pull