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