|
by andrea.nospam@nospam.boschin.it (Andrea Boschin) via Silverlight & XAML Playground on 7/9/2009 10:16:53 PM
Crawling the Internet there are many samples about how to write commands for the Composite Application Guidance, aka Prism v2.0. One of my favorites is the Erik Mork's podcast. I figure out the first time you see how many code you need, to write a working command you are really astonished. This also happened to me. But if you analyze the code you will see that the skeleton of a command is always the same, and you need to change only some names and types to have it working on different events.
... [ read more ]
|