diff --git a/OfficeFlow/App.xaml b/OfficeFlow/App.xaml index 5e82c02..d738a5c 100644 --- a/OfficeFlow/App.xaml +++ b/OfficeFlow/App.xaml @@ -2,9 +2,19 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:OfficeFlow" + xmlns:converters="clr-namespace:OfficeFlow.Utils.Converters" StartupUri="MainWindow.xaml"> + + + + + + + + +