/
kochkatech
/
Queue
Обзор
Документация
Войти
/
kochkatech
/
Queue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
src/Queue.Admin/Views/PlaceholderView.xaml
8 строк
566 B
kochkareal
init: Начальная структура проекта и панель администратора
24 июл 2026, 21:42
24 июл 2026, 21:42
cd5152a
Код
Авторство
О чём код?
<UserControl x:Class="Queue.Admin.Views.PlaceholderView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <StackPanel Margin="24" VerticalAlignment="Center" HorizontalAlignment="Center"> <TextBlock Text="{Binding SectionTitle}" FontSize="20" FontWeight="Bold" HorizontalAlignment="Center" /> <TextBlock Text="Раздел в разработке" Foreground="Gray" Margin="0,8,0,0" HorizontalAlignment="Center" /> </StackPanel> </UserControl>