Files
Hyperbar/Hyperbar.Windows.Contextual/ContextualCommandWidgetView.xaml
T

10 lines
342 B
XML

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