10 lines
317 B
XML
10 lines
317 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Page
|
|
x:Class="Hyperbar.Windows.Primary.PrimaryCommandWidgetView"
|
|
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>
|