Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
FolkerKinzel committed Oct 31, 2023
1 parent a62129a commit 74b4fc1
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,20 @@
[![GitHub](https://img.shields.io/github/license/FolkerKinzel/RecentFiles.WPF)](https://github.com/FolkerKinzel/RecentFiles.WPF/blob/master/LICENSE)


Recent files menu for WPF applications.
## Recent files menu for WPF applications.
![Screenshot](screenshot.png)
* Displays the file icons automatically.
* Customizable for every language.
* Has its own (asynchronous) persistence mechanism.
* Synchronizes access between multiple threads and multiple instances of the same program.
* Implements an interface to support Dependency Inversion and unit tests (mockable).

![Screenshot](screenshot.png)



* [Download Reference (English)](https://github.com/FolkerKinzel/RecentFiles.WPF/blob/master/ProjectReference/1.4.1/FolkerKinzel.RecentFiles.WPF.Reference.en.chm)

* [Projektdokumentation (Deutsch) herunterladen](https://github.com/FolkerKinzel/RecentFiles.WPF/blob/master/ProjectReference/1.4.1/FolkerKinzel.RecentFiles.WPF.Doku.de.chm)

> IMPORTANT: On some systems the content of the CHM file is blocked. Before opening the file
> right click on the file icon, select Properties, and check the "Allow" checkbox - if it
> is present - in the lower right corner of the General tab in the Properties dialog.
[Project Reference and Release Notes](https://github.com/FolkerKinzel/RecentFiles.WPF/releases/tag/v1.5.0)

[See code examples on GitHub](https://github.com/FolkerKinzel/RecentFiles.WPF)

## Example Code
#### Initializing a RecentFilesMenu object:
### Initializing a RecentFilesMenu object:
```c#
using System.IO;
using System.Windows;
Expand Down

0 comments on commit 74b4fc1

Please sign in to comment.