개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/Markus.Service.Convert/DownloadPlugin.cs | ||
---|---|---|
17 | 17 |
{ |
18 | 18 |
bool result = false; |
19 | 19 |
string error = ""; |
20 |
var baseDir = new System.IO.DirectoryInfo(AppDomain.CurrentDomain.SetupInformation.ApplicationBase).Parent.FullName; |
|
21 |
var pluginPath = System.IO.Path.Combine(baseDir, BasePath); |
|
22 |
Console.WriteLine(pluginPath); |
|
20 | 23 |
|
21 |
var pluginPath = System.IO.Path.Combine(AppDomain.CurrentDomain.SetupInformation.ApplicationBase, BasePath); |
|
22 | 24 |
var plugins = GenericPluginLoader<IDownloadPlugin>.LoadPlugins(pluginPath); |
23 | 25 |
|
24 | 26 |
if (plugins != null) |
내보내기 Unified diff