/
kochkatech
/
Queue
Обзор
Документация
Войти
/
kochkatech
/
Queue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
dev
src/Queue.OperatorApp/App.xaml
19 строк
1 KB
kochkareal
feat: пауза оператора с блокировкой экрана и повторным входом
27 июл 2026, 19:44
27 июл 2026, 19:44
3b2de85
Код
Авторство
О чём код?
<Application x:Class="Queue.OperatorApp.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:conv="clr-namespace:Queue.OperatorApp.Converters"> <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Themes/Typography.xaml" /> <ResourceDictionary Source="Themes/BrandColors.xaml" /> <ResourceDictionary Source="Themes/Controls.xaml" /> </ResourceDictionary.MergedDictionaries> <conv:BusyToButtonTextConverter x:Key="BusyToButtonTextConverter" /> <conv:InverseBoolConverter x:Key="InverseBoolConverter" /> <conv:StringToVisibilityConverter x:Key="StringToVisibilityConverter" /> <conv:ZeroToVisibilityConverter x:Key="ZeroToVisibilityConverter" /> <BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" /> </ResourceDictionary> </Application.Resources> </Application>