コード例 #1
0
 private void Refresh()
 {
     Scroll.SelectTabToReload();
 }
コード例 #2
0
 public KeyBinding(Scroll scroll)
 {
     m_scroll         = scroll;
     m_refreshCommand = new RelayCommand(Refresh);
 }