Example #1
0
 private void AttachRibbon(Ribbon ribbon) {
     _ribbon = ribbon;
     _ribbon.SelectionChanged += OnRibbonSelectionChanged;
 }