mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-01-25 19:32:38 +08:00
13 lines
647 B
XML
13 lines
647 B
XML
<Window x:Class="Vision.WindowCapture.Test.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:local="clr-namespace:Vision.WindowCapture.Test"
|
|
mc:Ignorable="d"
|
|
Title="MainWindow" Height="400" Width="400">
|
|
<Canvas>
|
|
<Button x:Name="CaptureBtn" Content="Capture" Canvas.Left="30" Canvas.Top="98" Width="75" Click="CaptureBtn_OnClick"/>
|
|
</Canvas>
|
|
</Window>
|