Files
XplorePlane/XP.Scan/Views/ScanWindow.xaml
T
2026-07-28 17:45:09 +08:00

11 lines
515 B
XML

<Window x:Class="XP.Scan.Views.ScanWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:views="clr-namespace:XP.Scan.Views"
xmlns:loc="clr-namespace:XP.Common.Localization.Extensions;assembly=XP.Common"
Title="{loc:Localization Scan_Title_Window}" Width="340" Height="950"
WindowStartupLocation="CenterScreen"
ResizeMode="CanResizeWithGrip">
<views:XPScanView />
</Window>