- <Application x:Class="Gitproect.App"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:Proetic"
- StartupUri="MainWindow.xaml">
- <Application.Resources>
- <Style TargetType="TextBlock">
- <Setter Property="FontFamily" Value=" Monotype Corsiva"></Setter>
- <Setter Property="FontSize" Value="18"></Setter>
- </Style>
- </Application.Resources>
- </Application>
|