diff --git a/src/ToolboxApp/App.xaml.cs b/src/ToolboxApp/App.xaml.cs
index ab07b05..f05315d 100644
--- a/src/ToolboxApp/App.xaml.cs
+++ b/src/ToolboxApp/App.xaml.cs
@@ -7,7 +7,7 @@ namespace ToolboxApp;
///
/// Interaction logic for App.xaml
///
-public partial class App : Application
+public partial class App : System.Windows.Application
{
}
diff --git a/src/ToolboxApp/Commands/RelayCommand.cs b/src/ToolboxApp/Commands/RelayCommand.cs
new file mode 100644
index 0000000..d923ef0
--- /dev/null
+++ b/src/ToolboxApp/Commands/RelayCommand.cs
@@ -0,0 +1,82 @@
+using System.Windows.Input;
+
+namespace ToolboxApp.Commands;
+
+public sealed class RelayCommand : ICommand
+{
+ private readonly Action