/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.App.Controls/SamplePanel/SamplePanel.Properties.cs
24 строки
527 B
yair100
Code Quality: Updated headers
01 июл 2026, 06:18
01 июл 2026, 06:18
c27305a
Код
Авторство
О чём код?
// Copyright (c) Files Community // SPDX-License-Identifier: MPL-2.0 using CommunityToolkit.WinUI; namespace Files.App.Controls { public sealed partial class SamplePanel { [GeneratedDependencyProperty] public partial string? Header { get; set; } [GeneratedDependencyProperty] public partial UIElement? MainContent { get; set; } [GeneratedDependencyProperty] public partial UIElement? SideContent { get; set; } partial void OnSideContentChanged(UIElement? newValue) { UpdateVisualStates(); } } }