public RibbonViewModel(Module1HelloCommand cmd) { HelloCommand = cmd; ContextualBackground = new SolidColorBrush(Colors.Orange); }
public EditorContextMenuViewModel(Module1HelloCommand cmd) { HelloCommand = cmd; }