Files
XplorePlane/XP.Scan/Views/MainWindow.xaml
T
2026-04-17 15:31:38 +08:00

11 lines
470 B
XML

<Window x:Class="XP.Scan.Views.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:prism="http://prismlibrary.com/"
prism:ViewModelLocator.AutoWireViewModel="True"
Title="{Binding Title}" Height="450" Width="650"
WindowStartupLocation="CenterScreen">
<ContentControl prism:RegionManager.RegionName="ContentRegion" />
</Window>