コード例 #1
0
 private void DoUnload(GUIButton sender, object value)
 {
     KLVCore.RefreshAllConfigurations();
     UpdateFamilies();
     comboDestination.SetItems(KLVCore.GetAllDestinationName());
 }