/Platters/classes/ImageOutputCollection.cs
http://skimpt.googlecode.com/ · C# · 13 lines · 7 code · 3 blank · 3 comment · 0 complexity · 4e8eaa44adf8455a21f0d59312fcaa48 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
-
-
- /// <summary>
- /// This class returns a collection of available plugins.
- /// </summary>
- class ImageOutputCollection
- {
- }