Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kreipikc/copynotepad
Parody of notepad from Windows to familiarize yourself with WPF
https://github.com/kreipikc/copynotepad
csharp notepad wpf
Last synced: about 1 month ago
JSON representation
Parody of notepad from Windows to familiarize yourself with WPF
- Host: GitHub
- URL: https://github.com/kreipikc/copynotepad
- Owner: kreipikc
- Created: 2024-11-19T11:02:29.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-19T12:44:46.000Z (about 1 month ago)
- Last Synced: 2024-11-19T13:45:48.112Z (about 1 month ago)
- Topics: csharp, notepad, wpf
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What kind of project is this?
This is a parody of a regular notepad, as in Windows. The "Presentation Model" pattern was used for the code.## What languages have I used?
- C#
- .NET Framework
- WPF## Why did I even start creating this project?
I created it purely to familiarize myself with WPF, this project is my first project on WPF.