Files
annotations/Dummy/Azaion.Annotator/HelpWindow.xaml
T
Alex Bezdieniezhnykh 0b38d9b24c add dummy dlls for show wrong pass caption
add image processing
2024-12-01 00:46:47 +02:00

12 lines
501 B
XML

<Window x:Class="Azaion.Annotator.HelpWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
Height="700" Width="800"
ResizeMode="NoResize"
Topmost="True"
WindowStartupLocation="CenterScreen">
</Window>