WPF里怎么让主窗体用自定义的WPF窗体控件
发布网友
发布时间:2022-04-21 04:13
我来回答
共1个回答
热心网友
时间:2022-06-17 22:26
<Application x:Class="WindowsWeChat.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 >
把MainWindow.xaml换成你自定义的windows就行 在app.xaml里