예제 #1
0
파일: Group.cs 프로젝트: windygu/haina
 private void OnShortcutsUpdateRemove(object sender, RemoveEventArgs e)
 {
     if ((this.m_shortcuts.SelectedIndex > -1) && (this.m_shortcuts.Count == 0))
     {
         this.m_shortcuts.SelectedIndex = -1;
     }
 }
예제 #2
0
파일: Group.cs 프로젝트: north0808/haina
 private void OnShortcutsUpdateRemove(object sender, RemoveEventArgs e)
 {
     if ((this.m_shortcuts.SelectedIndex > -1) && (this.m_shortcuts.Count == 0))
     {
         this.m_shortcuts.SelectedIndex = -1;
     }
 }
예제 #3
0
 private void OnGroupsUpdateRemove(object sender, RemoveEventArgs e)
 {
     base.Invalidate();
 }
예제 #4
0
 private void OnGroupsUpdateRemove(object sender, RemoveEventArgs e)
 {
     base.Invalidate();
 }