|
|
Creating a WPF application without using Application
File Details
| Downloads: |
1968 |
File Size: |
1.7kB |
| Posted By: |
micwein |
Views: |
4826 |
| Date Added: |
19 May 2006 |
|
If you don't need any of the services provided by Application, such as lifetime management, shared state etc, you don't need to use one.
Instead, though, you'll need to start running the Dispatcher manually. This sample shows how.
|
|
|