Ejemplo n.º 1
0
 private void tagsCombinationViewer1_InverseRequested(TagsCombinationViewer sender, TagsCombinationViewer.TagsCombinationViewerEventArgs e)
 {
     this.tagsCombination[e.IndexI][e.IndexJ].Inverse = !this.tagsCombination[e.IndexI][e.IndexJ].Inverse;
     this.showCurrentDatabse();
 }
Ejemplo n.º 2
0
 private void tagsCombinationViewer1_RemoveRequested(TagsCombinationViewer sender, TagsCombinationViewer.TagsCombinationViewerEventArgs e)
 {
     this.tagsCombination.RemoveAt(e.IndexI, e.IndexJ);
     this.showCurrentDatabse();
 }