votes
How to create a Class to display Images?
I want to create a DirectoryItems class like this: [code] class DirectoryItems { private string[] Filearray; //to get the extensions like "jpeg", "gif", ''png" etc public DirectoryItems(string FilePath ...
