PruebaAddIn_NF4.8/Window1.xaml

14 lines
633 B
XML

<Window x:Class="PruebaAddIn.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:PruebaAddIn"
mc:Ignorable="d"
Title="Window1" Height="450" Width="800">
<Grid>
<Button Content="Button" HorizontalAlignment="Left" Margin="67,60,0,0" VerticalAlignment="Top" Width="166" Height="68" Click="Button_Click"/>
</Grid>
</Window>