Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 901 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 901 Bytes

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