using System.Windows.Input; namespace Launcher.Code { public static class Commands { public static RoutedCommand CloseCommand = new RoutedCommand(); } }