-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed a typo;
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Sound Wizard | ||
A simple media player was written in C#. It uses [WPF](https://github.com/Microsoft/WPF-Samples) and [Mahapps Metro Toolkit](https://github.com/MahApps/MahApps.Metro) for the interface. | ||
A simple media player written in C#. It uses [WPF](https://github.com/Microsoft/WPF-Samples) and [Mahapps Metro Toolkit](https://github.com/MahApps/MahApps.Metro) for the interface. | ||
|
||
This is our [C# Advanced OOP teamwork](https://softuni.bg/trainings/1637/c-sharp-oop-advanced-july-2017#lecture-6062) project and its main purpose is to help us learn around a real-world application. | ||
|
||
Our goal is to work in a team, to try to follow MVVM design architecture and OOP best practices. | ||
Our goal is to work in a team, to try to follow MVVM design architecture and OOP best practices. |