Newer
Older
ClosedXML / ClosedXML_Examples / IXLExample.cs
@Amir Amir on 9 Sep 2016 120 bytes Project hierarchy cleanup
namespace ClosedXML_Examples
{
    public interface IXLExample
    {
        void Create(string filePath);
    }
}