C# windows forms notepad app
This is notepad app for working with documents.
- Bold font
- Italic font
- Underline text
- Crossed out text
- Set font
- Create new document
- Save document
- Open document
- Ctrl + S to save document.
- Ctrl + N to create new document in this window.
- Alt + F4 to close this window.
Windows
- Clone repository.
- Launch command line.
- Enter commands:
cd <path_to_repository>\NotepadPlus
dotnet build