11 lines
515 B
XML
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>
|