From 59063bab6b1df7c77dfdcd3ba39e8d23bb19c028 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 8 Feb 2015 03:39:34 +0000 Subject: [PATCH] * 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. --- Claunia.IO/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Claunia.IO/ChangeLog b/Claunia.IO/ChangeLog index 574c416..b8e8f0a 100644 --- a/Claunia.IO/ChangeLog +++ b/Claunia.IO/ChangeLog @@ -1,3 +1,17 @@ +2015-02-08 Natalia Portillo + + * 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 * DirectoryInfo.cs: