赞
踩
选择WPF应用程序:
输入项目名称:WPFProject
选择.netcore 6.0框架
使用Nuget下载UI框架程序包:Prism.DryIoc 、MaterialDesignThemes
在App.xaml 引入prism,并重写方法
- <prism:PrismApplication x:Class="WPFProject.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:WPFProject"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。