pv_project/site/config/PHPExcel-1.8/Documentation/assets/ClassDiagrams/Classes/IWriter.cs

16 lines
231 B
C#
Raw Normal View History

2025-07-17 08:15:19 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace ClassDiagrams
{
public interface PHPExcel_Writer_IWriter
{
PHPExcel writes
{
get;
set;
}
}
}