using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
namespace Ink_Canvas.Helpers.Plugins.BuiltIn.SuperLauncher
{
///
/// LauncherWindow.xaml 的交互逻辑
///
public partial class LauncherWindow : Window
{
///
/// 父插件
///
private readonly SuperLauncherPlugin _plugin;
///
/// 是否处于固定模式
///
private bool _isFixMode = false;
///
/// 应用项按钮列表
///
private readonly Dictionary