mirror of
https://github.com/claunia/Claunia.IO.git
synced 2025-12-16 19:24:44 +00:00
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.
32 lines
737 B
Plaintext
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
|
|
|