vue-java-tutorials/CSharp/WPFTutorial/WPF-19-Opening ustomWindows.../View/NormalWindow.xaml

9 lines
468 B
XML

<Window x:Class="WPF_19_Opening_ustomWindowsShowShowDialog.View.NormalWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
Title="NormalWindow" Height="450" Width="800">
<Grid />
</Window>