Files
XplorePlane/XplorePlane/Views/ImageProcessing/ImageProcessingWindow.xaml
T
2026-04-13 14:36:18 +08:00

14 lines
454 B
XML

<Window
x:Class="XplorePlane.Views.ImageProcessingWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:views="clr-namespace:XplorePlane.Views"
Title="图像处理"
Width="1200"
Height="750"
MinWidth="900"
MinHeight="550"
ShowInTaskbar="False"
WindowStartupLocation="CenterOwner">
<views:ImageProcessingPanelView />
</Window>