Following up on yesterday’s amazing breakthrough with “Silverlight:Pong” :-) I thought I’d follow a bit of this XAML Continuum myself and move my Silverlight Pong to WPF. I wanted to maintain a single code-base as much as possible. It’s fairly easy to cross-compile C# code by using conditional compilation where necessary for WPF/Silverlight ( Silverlight projects already define the SILVERLIGHT constant which is useful ) but I wanted to also try and have a single lump of XAML so that pretty much all the ...
|
1
peeps |
|
|||
No comments yet, be the first one to post comment.