This needs to be implemented sometime in the future, but not right now

This commit is contained in:
Michael Becker 2015-09-29 13:51:30 -04:00
parent 3e5b26ea48
commit 75e31fe3c7

View File

@ -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)
{