コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: Ziolass/SNMP-NMS
 private void initAll()
 {
     initDictionaries();
     commandBox.ItemsSource = commands.ToList();
     handler = new SNMPCommandHandler();
 }
コード例 #2
0
 private void initAll()
 {
     initDictionaries();
     commandBox.ItemsSource = commands.ToList();
     handler = new SNMPCommandHandler();
 }