Beispiel #1
0
 private void initAll()
 {
     initDictionaries();
     commandBox.ItemsSource = commands.ToList();
     handler = new SNMPCommandHandler();
 }
Beispiel #2
0
 private void initAll()
 {
     initDictionaries();
     commandBox.ItemsSource = commands.ToList();
     handler = new SNMPCommandHandler();
 }