mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-14 12:32:50 +00:00
16 lines
231 B
C#
16 lines
231 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace ClassDiagrams
|
|
{
|
|
public interface PHPExcel_Writer_IWriter
|
|
{
|
|
PHPExcel writes
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
}
|
|
}
|