private void Refresh() { Scroll.SelectTabToReload(); }
public KeyBinding(Scroll scroll) { m_scroll = scroll; m_refreshCommand = new RelayCommand(Refresh); }