PowerToys/Plugins/Wox.Plugin.Program/ProgramIndexCache.cs
bao-qian 2e4a1680b9 Parallel linq everywhere
1. Parallel linq
2. remove depth
3. fix #257
2016-08-20 17:11:02 +01:00

12 lines
224 B
C#

using System;
using System.Collections.Generic;
using Wox.Plugin.Program.Programs;
namespace Wox.Plugin.Program
{
[Serializable]
public class ProgramIndexCache
{
public Win32[] Programs = { };
}
}