/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/launcher/PowerLauncher/ViewModel/IMainViewModel.cs
11 строк
294 B
Henrik Lau Eriksson
[PTRun] Fix always show after executing context menu result (#21291)
26 окт 2022, 00:27
Не верифицирован
26 окт 2022, 00:27
460f242
Код
Авторство
О чём код?
// 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 PowerLauncher.ViewModel { public interface IMainViewModel { void Hide(); } }