/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/IProgramRepository.cs
11 строк
318 B
Davide Giacometti
[PTRun]Remove BinaryFormatter (#19036)
01 июл 2022, 16:44
Не верифицирован
01 июл 2022, 16:44
f4dbdbd
Код
Авторство
О чём код?
// 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.Storage { internal interface IProgramRepository { void IndexPrograms(); } }