Exemplo n.º 1
0
		public FileListEntry( string Name, EFileListType Type ) {
			this.Filename = Name;
			this.FileType = Type;
		}
Exemplo n.º 2
0
 public FileListEntry(string Name, EFileListType Type)
 {
     this.Filename = Name;
     this.FileType = Type;
 }