Найти в Дзене
MainPage
Title="Главная страница" MaxHeight="600" MaxWidth="850" MinHeight="350" MinWidth="450" Icon="Assets\Image\Icon\icon.ico"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="50" ></RowDefinition> <RowDefinition Height="*"></RowDefinition> <RowDefinition Height="50"></RowDefinition> </Grid.RowDefinitions> <Rectangle Grid.Row="0" Fill="{StaticResource ThirdColor}"></Rectangle> <Rectangle Grid.Row="2" Fill="{StaticResource SeconColor}"></Rectangle> <StackPanel HorizontalAlignment="Left"> <Image Grid.Row="0" Source="Assets\Image\Icon\logo...
3 года назад