FlyoutNavigationContext.cs
1 // Copyright (c) Microsoft Corporation 2 // The Microsoft Corporation licenses this file to you under the MIT license. 3 // See the LICENSE file in the project root for more information. 4 5 using Microsoft.PowerToys.QuickAccess.Services; 6 using Microsoft.PowerToys.QuickAccess.ViewModels; 7 8 namespace Microsoft.PowerToys.QuickAccess.Flyout; 9 10 internal sealed record FlyoutNavigationContext( 11 LauncherViewModel LauncherViewModel, 12 AllAppsViewModel AllAppsViewModel, 13 IQuickAccessCoordinator Coordinator);