11 lines
138 B
C#
11 lines
138 B
C#
namespace CSJ2K.Util
|
|
{
|
|
public interface IFileInfoCreator
|
|
{
|
|
#region METHODS
|
|
|
|
IFileInfo Create(string fileName);
|
|
|
|
#endregion
|
|
}
|
|
} |