mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-05-01 00:41:46 -04: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);
|
|
}
|
|
}
|