For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
862 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace ClassDiagrams
  5. {
  6. public class PHPExcel
  7. {
  8. /// <remarks></remarks>
  9. public Worksheet Worksheets
  10. {
  11. get
  12. {
  13. throw new System.NotImplementedException();
  14. }
  15. set
  16. {
  17. }
  18. }
  19. }
  20. public class PHPExcel_Writer_PDF : PHPExcel_Writer_IWriter
  21. {
  22. #region PHPExcel_Writer_IWriter Members
  23. public PHPExcel writes
  24. {
  25. get
  26. {
  27. throw new Exception("The method or operation is not implemented.");
  28. }
  29. set
  30. {
  31. throw new Exception("The method or operation is not implemented.");
  32. }
  33. }
  34. #endregion
  35. }
  36. }