FacTotum Nuget package

Factotum is a Nuget package that contains various utilities that may help UWP developers in building their apps.
The package contains only static classes, called “Kit” (inspired by Apple development environment), that provide several functions.

Datagram:

Factotum
|–| BaseBind.cs
|
|–| Controls
| |–| IconButton
|
|–| App
| |–| ResourceKit.cs
| |
| |–| SettingsKit.cs
| |
| |–| SystemKit.cs
| |
| |–| VersionKit.cs
|
|–| UI
| |–| CompositionKit.cs
| |
| |–| NavigationKit.cs
| |
| |–| TitlebarKit.cs

Download FacTotum