private void Fokus_AktAIMLTopicChanged(object sender, ArbeitsbereichFokus.AktAIMLTopicChangedEventArgs e)
 {
     if (this.AktuelleCategory == null)
     {
         this.AIMLCategoriesNeuAnzeigen(false);
     }
 }
Beispiel #2
0
 private void Fokus_AktAIMLTopicChanged(
   object sender,
   ArbeitsbereichFokus.AktAIMLTopicChangedEventArgs e)
 {
   this.AIMLTopicsNeuAnzeigen();
 }