User Tools

Site Tools


winforms_databinding_sample

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
winforms_databinding_sample [2018/07/29 05:12] wolfgangriedmannwinforms_databinding_sample [2018/07/29 05:12] wolfgangriedmann
Line 25: Line 25:
 return</code> return</code>
 and then you can combine your form (or View as in MVVM) with a simple statement: and then you can combine your form (or View as in MVVM) with a simple statement:
-<code<oForm:Use( oViewModel )</code>+<code>oForm:Use( oViewModel )</code>
 Of course you should enhance your method to implement databinding also for the other types of controls you use, and you should put them in your windows base class from which all your forms/Views will be inherited. Of course you should enhance your method to implement databinding also for the other types of controls you use, and you should put them in your windows base class from which all your forms/Views will be inherited.
  
winforms_databinding_sample.txt · Last modified: 2018/07/29 05:28 by wolfgangriedmann