《深入签出WPF》视频观后感

《深入签出WPF》视频观感

视频地址:http://www.silverlightchina.net/html/WPFStudy/vedio/2012/0826/18394.html

博主地址: http://www.cnblogs.com/prism

第一集:

1. App.xaml

<Application x:Class="WpfApplication1.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"    // 引用控件空间
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"  // 标签语言
             StartupUri="MainWindow.xaml">
    <Application.Resources>
        
    </Application.Resources>
</Application>