An open API service indexing awesome lists of open source software.

https://github.com/alertedcoffee/wordexporter

Binding test
https://github.com/alertedcoffee/wordexporter

binding wpf

Last synced: 5 months ago
JSON representation

Binding test

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.