Files
Hyperbar/Hyperbar.Desktop.Contextual/ContextualCommandView.xaml
T
2024-01-04 23:02:51 +00:00

10 lines
335 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Page
x:Class="Hyperbar.Desktop.Contextual.ContextualCommandView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid>
<Button Content="This is a test" Click="Button_Click"/>
</Grid>
</Page>