-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
derco0n
authored
Feb 16, 2018
1 parent
b9be994
commit e698eb3
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# coonutils | ||
|
||
## This is a C#-Libarary containing classes for: | ||
## This is a C#-Libarary based on .Net 4.5 containing classes for: | ||
* AES En-/Decryption | ||
* CIFS-(Samba)-Client | ||
* FTP-Client | ||
* Windows Eventlogging | ||
* TCP-Socket-Client | ||
* Windows Registry Access | ||
|
||
|
||
## Help: | ||
### How to use: | ||
Simply open Project in Visual Studio and compile. | ||
Then use created .dll-File in your Project. | ||
|