6 lines
91 B
C#
6 lines
91 B
C#
namespace SzLib;
|
|
|
|
public interface ISzFileManager
|
|
{
|
|
public Path DataPath {get; set;}
|
|
} |