update doc workflow

This commit is contained in:
qianlifeng
2014-01-25 00:21:16 +08:00
parent 63072205d6
commit abedc0be80
11 changed files with 169 additions and 59 deletions

View File

@@ -51,13 +51,7 @@ namespace WinAlfred.PluginLoader
}
InitPlugin(plugins);
return plugins;
}
private void InitPlugin(List<PluginPair> plugins)
{
}
}
}