Files
Claunia.IO/Claunia.IO/ChangeLog
Natalia Portillo 59063bab6b * Claunia.IO/DirectoryInfo.cs:
Created DirectoryInfo class that cheats to inherint
	  System.IO.DirectoryInfo

	* Claunia.IO/FileInfo.cs:
	  Created FileInfo class that cheats to inherint
	  System.IO.FileInfo

	* Claunia.IO/Claunia.IO.csproj:
	  Removed skeleton empty class and added DirectoryInfo and
	  FileInfo classes.
2015-02-08 03:39:34 +00:00

32 lines
737 B
Plaintext

2015-02-08 Natalia Portillo <claunia@claunia.com>
* DirectoryInfo.cs:
Created DirectoryInfo class that cheats to inherint
System.IO.DirectoryInfo
* FileInfo.cs:
Created FileInfo class that cheats to inherint
System.IO.FileInfo
* Claunia.IO.csproj:
Removed skeleton empty class and added DirectoryInfo and
FileInfo classes.
2015-02-08 Natalia Portillo <claunia@claunia.com>
* DirectoryInfo.cs:
Created FileInfo class that cheats to inherint
System.IO.DirectoryInfo
* FileInfo.cs:
Created FileInfo class that cheats to inherint
System.IO.FileInfo
* Claunia.IO.csproj:
Removed skeleton class and added FileInfo and DirectoryInfo
classes.
* MyClass.cs:
Removed skeleton empty class