mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-19 16:31:21 +00:00
8 lines
127 B
C#
8 lines
127 B
C#
|
namespace FSO.Files.Utils
|
|||
|
{
|
|||
|
public interface IFileInfoUtilizer
|
|||
|
{
|
|||
|
void SetFilename(string filename);
|
|||
|
}
|
|||
|
}
|