Exemplo n.º 1
0
        public FileTypeCollection(PDNFileTypeCollection collection)
        {
            if (collection == null)
            {
                throw new ArgumentNullException("collection");
            }

            m_collection = collection;
        }
Exemplo n.º 2
0
 public static PaintDotNet.FileType[] FilterFileTypeList(PaintDotNet.FileType[] input, bool excludeCantSave, bool excludeCantLoad)
 {
     return(PDNFileTypeCollection.FilterFileTypeList(input, excludeCantSave, excludeCantLoad));
 }