- <Page x:Class="Esoft.Pages.General"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:Esoft.Pages"
- mc:Ignorable="d"
- d:DesignHeight="630" d:DesignWidth="820"
- Title="General">
- <Grid Background="#FFCC71F9">
- <TextBlock FontSize="50" VerticalAlignment="Center" Text="Цель проекта – помочь компаниям адаптироваться к изменениям в бизнес-среде и сэкономить на автоматизации с помощью программных решений." Style="{StaticResource BlockHeader}" TextWrapping="Wrap" Width="780" FontFamily="Arial Black"/>
- </Grid>
- </Page>
|