- <Application x:Class="DuevaTours.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:DuevaTours"
- StartupUri="MainWindow.xaml">
- <Application.Resources>
- <Style TargetType="Button" >
- <Setter Property="Margin" Value="5"></Setter>
- <Setter Property="Width" Value="175"></Setter>
- <Setter Property="Height" Value="30"></Setter>
- <Setter Property="Background" Value="Yellow"></Setter>
- </Style>
- </Application.Resources>
- </Application>
|