/Platters/classes/ImageOutputCollection.cs

http://skimpt.googlecode.com/ · C# · 13 lines · 7 code · 3 blank · 3 comment · 0 complexity · 4e8eaa44adf8455a21f0d59312fcaa48 MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. /// <summary>
  6. /// This class returns a collection of available plugins.
  7. /// </summary>
  8. class ImageOutputCollection
  9. {
  10. }