Program extended for BADGER_MALA_TRAT

This commit is contained in:
Milan Hanajik
2015-04-15 22:03:23 +02:00
parent f84f3f1f0e
commit 7f059d9c6f
8 changed files with 27 additions and 14 deletions
@@ -192,8 +192,10 @@ namespace TBF.BenchControl
public static void InitializeBoardEtc(ControlComponent_Izrael2014.UserControl1 ctrlBrdComponent)
#elif TORINO50
public static void InitializeBoardEtc(ControlComponent_Torino2015.UserControl1 ctrlBrdComponent)
#elif BADGER_MALA_TRAT
public static void InitializeBoardEtc(ControlComponent_Torino2015.UserControl1 ctrlBrdComponent)
#endif
{
{
/// Load the list of components (entities) from the database.
/// Then create the components (derived from IComponent).
components = BenchControl.TbfComponents.LoadComponentsFromDB(FluentCommon.CreateSession(Database.Bench));