https://github.com/jongfeel/winformcalculator
https://github.com/jongfeel/winformcalculator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jongfeel/winformcalculator
- Owner: jongfeel
- License: mit
- Created: 2016-12-20T08:57:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T09:14:52.000Z (over 9 years ago)
- Last Synced: 2025-02-23T17:06:22.761Z (over 1 year ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinformCalculator
## Origin link
http://cafe.naver.com/cafec/361447
## Dev tool
Visual Studio Community
## Fixed and update
* Number button event handler 모으기
* Operator button event handler 모으기
* Expression evaluate는 DataTable.Compute 사용
* Convert to Decimal value: Regex 사용
* TextBox.KeyPress event로 특정 기호 체크