https://github.com/alertedcoffee/wordexporter
Binding test
https://github.com/alertedcoffee/wordexporter
binding wpf
Last synced: 5 months ago
JSON representation
Binding test
- Host: GitHub
- URL: https://github.com/alertedcoffee/wordexporter
- Owner: AlertedCoffee
- Created: 2024-07-31T18:44:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T09:28:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T05:33:18.042Z (over 1 year ago)
- Topics: binding, wpf
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordExporter
WordExporter is a WPF application designed for creating invoices in [DOCX](https://i.imgur.com/rsNkGoK.png) format based on user-entered [data](https://i.imgur.com/Pu9tUVG.png). The main goal of the project is to study data binding. The input fields and DataGrid are bound to the CommodityRepository through the implementation of INotifyPropertyChanged in the Commodity model to notify about property changes.