<Application x:Class="WPF_CRUD_EFCodeFirst_Simple.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             StartupUri="MainWindow.xaml">
    <Application.Resources>
        <!--Nhúng font Awesome-->
        <Style x:Key="FontAwesome">
            <Setter Property="TextElement.FontFamily" 
            Value="pack://application:,,,/fonts/#FontAwesome" />
        </Style>
    </Application.Resources>
</Application>