Exemplo n.º 1
0
 public RibbonViewModel(Module1HelloCommand cmd)
 {
     HelloCommand         = cmd;
     ContextualBackground = new SolidColorBrush(Colors.Orange);
 }
Exemplo n.º 2
0
 public EditorContextMenuViewModel(Module1HelloCommand cmd)
 {
     HelloCommand = cmd;
 }