cygon
|
1bb2363a07
|
Changed license to Apache License 2.0
|
2024-06-14 16:42:33 +02:00 |
|
Markus Ewald
|
db68a9741e
|
The multi page view can now deal with multi page view models that change the active page from a different thread (as it should be, in WPF all bound property change notifications are allowed to come from any thread)
git-svn-id: file:///srv/devel/repo-conversion/nuwi@56 d2e56fa2-650e-0410-a79f-9358c0239efd
|
2019-02-16 20:06:34 +00:00 |
|
Markus Ewald
|
14d0ea1371
|
Added threaded action to wrap sub-actions a view model can perform (this can either be scheduled individually or on the parent threaded view model); added missing copyright statement; more unit tests
git-svn-id: file:///srv/devel/repo-conversion/nuwi@45 d2e56fa2-650e-0410-a79f-9358c0239efd
|
2019-02-07 17:36:40 +00:00 |
|
Markus Ewald
|
4ef5dd9430
|
Cleaned and added a base class for view models with background processing tha uses the new ThreadedAction class to do its background processing; added a view binding interface for WinForms that emulates the WPF design
git-svn-id: file:///srv/devel/repo-conversion/nuwi@41 d2e56fa2-650e-0410-a79f-9358c0239efd
|
2019-02-06 07:00:27 +00:00 |
|