From 75e31fe3c7350804153a2b198d39a093ae7e6cde Mon Sep 17 00:00:00 2001 From: alcexhim Date: Tue, 29 Sep 2015 13:51:30 -0400 Subject: [PATCH] This needs to be implemented sometime in the future, but not right now --- .../UniversalEditor.Engines.WindowsForms/MainWindow.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CSharp/Engines/WindowsForms/Engines/UniversalEditor.Engines.WindowsForms/MainWindow.cs b/CSharp/Engines/WindowsForms/Engines/UniversalEditor.Engines.WindowsForms/MainWindow.cs index 1f0feb67..11ff2c3a 100644 --- a/CSharp/Engines/WindowsForms/Engines/UniversalEditor.Engines.WindowsForms/MainWindow.cs +++ b/CSharp/Engines/WindowsForms/Engines/UniversalEditor.Engines.WindowsForms/MainWindow.cs @@ -275,7 +275,10 @@ namespace UniversalEditor.Engines.WindowsForms } else if (item is CommandPlaceholderCommandItem) { - throw new NotImplementedException(); + Console.WriteLine("Please implement CommandPlaceholderCommandItem!"); + // TODO: implement CommandPlaceholderCommandItem + // throw new NotImplementedException(); + return; } else if (item is SeparatorCommandItem) {