/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/launcher/Plugins/Microsoft.Plugin.Program/DisabledProgramSource.cs
10 строк
293 B
Clint Rutkas
Program plugin fully on stylecop (#5964)
14 авг 2020, 22:46
Не верифицирован
14 авг 2020, 22:46
e0a1b47
Код
Авторство
О чём код?
// 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.Plugin.Program { public class DisabledProgramSource : ProgramSource { } }