7 lines
No EOL
145 B
C#
7 lines
No EOL
145 B
C#
namespace VirtualPrinter.Agent.Core
|
|
{
|
|
public interface IDirectoryHelper
|
|
{
|
|
string GetOutputDirectory(IExConfig config);
|
|
}
|
|
} |