diff --git a/App.xaml b/App.xaml
index 2ddacc2..a1cbdcc 100644
--- a/App.xaml
+++ b/App.xaml
@@ -2,8 +2,52 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Libertix"
+ xmlns:converters="clr-namespace:Libertix.Converters"
StartupUri="MainWindow.xaml">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Commands/RelayCommand.cs b/Commands/RelayCommand.cs
new file mode 100644
index 0000000..2f23f19
--- /dev/null
+++ b/Commands/RelayCommand.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Windows.Input;
+
+namespace Libertix.Commands
+{
+ public class RelayCommand : ICommand
+ {
+ private readonly Action