Dispenser/DispenserUI/Views/Windows/CameraParamsWindow.axaml

11 lines
454 B
Plaintext
Raw Normal View History

2024-08-16 07:20:09 +00:00
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:DispenserUI.Views.Controls"
Width="600"
Height="500"
Padding="25,50"
WindowStartupLocation="CenterScreen"
x:Class="DispenserUI.Views.Windows.CameraParamsWindow"
Title="相机参数配置">
<controls:CameraParamsEditor x:Name="ParamsEditor" />
</Window>