https://github.com/michalmuskala/calc
WinForms based calculator built with MVP pattern
https://github.com/michalmuskala/calc
Last synced: 29 days ago
JSON representation
WinForms based calculator built with MVP pattern
- Host: GitHub
- URL: https://github.com/michalmuskala/calc
- Owner: michalmuskala
- Created: 2016-05-10T05:58:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T06:00:45.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T10:42:00.794Z (7 months ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calc
WinForms based simple calculator with application architecture based on the MVP
pattern.