This commit is contained in:
bao-qian
2016-04-26 22:45:31 +01:00
parent 57c33fe693
commit e96bd5a0e7
6 changed files with 12 additions and 12 deletions

View File

@@ -2,9 +2,9 @@
namespace Wox.Infrastructure.Storage
{
public class PluginSettingsStorage<T> :JsonStrorage<T> where T : new()
public class PluginJsonStorage<T> :JsonStrorage<T> where T : new()
{
public PluginSettingsStorage()
public PluginJsonStorage()
{
var pluginDirectoryName = "Plugins";