Hi, I'm not sure if this is the right place for a WPF question... but you might be able to help me!
I am using Visual Studio Express 2010 (Which I didn't know had an evaluation time, going to have to change to 2008!) and I'm developing a WPF application. My background is in Java so its all quite new to me.
My question is this: I've made a layout with some stuff in the XAML file (MainWindow.xaml), and thats all fine. However, now I want to add some code. I figured I need to add this to MainWindow.xaml.cs however this file is pretty emtpy - it was my understanding that this would be generated from the xaml file?
If so, how can I "update" the cs file to reflect the content of the xaml file - or have I got the complete wrong end of the stick with this?
Cheers
Joe