/
CodeStacer
/
SimpleDictionaryEnglishApp
Обзор
Документация
Войти
/
CodeStacer
/
SimpleDictionaryEnglishApp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
AppShell.xaml
14 строк
438 B
Durashca
Initial commit: English dictionary
26 июн 2026, 11:18
26 июн 2026, 11:18
734b21a
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" ?> <Shell x:Class="SimpleDictionaryEnglish.AppShell" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:SimpleDictionaryEnglish" Title="SimpleDictionaryEnglish"> <ShellContent Title="Home" ContentTemplate="{DataTemplate local:MainPage}" Route="MainPage" /> </Shell>