/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/cmdpal/Microsoft.CmdPal.UI.ViewModels/Messages/ProviderEnabledStateChangedMessage.cs
7 строк
321 B
Michael Jolley
CmdPal: Refactor TopLevelCommandManager to use IExtensionService implementations (#48417)
23 июн 2026, 00:51
Не верифицирован
23 июн 2026, 00:51
cd7465e
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CmdPal.UI.ViewModels.Messages; public record ProviderEnabledStateChangedMessage(string ProviderId, bool IsEnabled);