/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.App.Controls/Toolbar/ToolbarItemOverflowList.cs
13 строк
355 B
Steve
Code Quality: Upgrade dependencies (#16741)
09 фев 2025, 05:02
Не верифицирован
09 фев 2025, 05:02
273c947
Код
Авторство
О чём код?
// Copyright (c) Files Community // Licensed under the MIT License. namespace Files.App.Controls { /// <summary> /// A collection of Toolbar Items which are presented in the Overflow Menu, /// that are included in the IToolbarItemSet interface /// </summary> internal partial class ToolbarItemOverflowList : List<IToolbarOverflowItemSet> { } }