1
0
mirror of https://github.com/retailcrm/PHPExcel.git synced 2025-03-20 07:03:49 +03:00

26 lines
561 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace ClassDiagrams
{
public class PHPExcel_Reader_Excel2007 : PHPExcel_Reader_IReader
{
#region IReader Members
public PHPExcel reads
{
get
{
throw new Exception("The method or operation is not implemented.");
}
set
{
throw new Exception("The method or operation is not implemented.");
}
}
#endregion
}
}