Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

This application has the ability to generate a QR/BAR code according to your input. When it comes to the language of this application it has developed based on C#.

Functionalities
Can generate a QR/BAR code according to user input,
Can download QR/BAR code through the application,
Can update the application.
## Functionalities
* Can generate a QR/BAR code according to user input,
* Can download QR/BAR code through the application,
* Can update the application.

Application architecture: This application has two layers called UI and SharedLibrary, Bassically UI Layer contains all UI forms of the application while SharedLibrary contains all the common methods and class.
## Application architecture
This application has two layers called UI and SharedLibrary, Bassically UI Layer contains all UI forms of the application while SharedLibrary contains all the common methods and class.