/
kochkatech
/
Queue
Обзор
Документация
Войти
/
kochkatech
/
Queue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
dev
src/Queue.Display/App.xaml
13 строк
637 B
kochkareal
feat: фирменный стиль табло + оконный режим запуска и выход по Escape
27 июл 2026, 19:56
27 июл 2026, 19:56
c82a20b
Код
Авторство
О чём код?
<Application x:Class="Queue.Display.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Themes/Typography.xaml" /> <ResourceDictionary Source="Themes/BrandColors.xaml" /> <ResourceDictionary Source="Themes/Controls.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources> </Application>