07/02/20 22:47:43
XamlPadでは実行できてるんだけど、なんでかな
ちなみに実行しようとしてるのはこれ
<Page
xmlns="URLリンク(schemas.microsoft.com)
xmlns:x="URLリンク(schemas.microsoft.com)
Background="White"
>
<Button>
<Button.Background>Gray</Button.Background>
<Button.Foreground>White</Button.Foreground>
<Button.Content>ここを押して</Button.Content>
</Button>
</WrapPanel>
</Page>