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

10 lines
311 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Page
x:Class="Hyperbar.Desktop.Primary.PrimaryCommandView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid>
<Button Content="Primary commands" />
</Grid>
</Page>