You have your domain model defined in a class called DomainModel. You have a lot of usercontrols that handle seperate parts of the domain model. All the user controls implement the following interface:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjl3lgQ1U8yQy_97gacdQWrbObd882NlH6fn-qPHwcFFJ8vtsEMQXeP6o-EiFCxGL9ZE9qy3DDHN4swFous4CpcuncusXmPtOFHIFl9ldZLXXSHWU_ffFfi4KALZp_Q1a272Pg/s400/ScreenHunter_01+May.+22+11.37.gif)
You want to call the PopulateControl method on all your usercontrols to get data mapped to the UI. This is how you would do with
plain.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsd9Vpi-5gw2c-pliTZKESAzphSutRoOsWct5M9mxIlOIGToGy_AtKKUdYD-Q4F-9MSsa2y230IaXcHUV_cidl4EWzAKTOSOFhQTJxCcHpAKUyNU1Iks0R9pVQc-rpCxCAVHg/s400/ScreenHunter_02+May.+22+11.39.gif)
Lambda Nerd :)
ReplyDelete