Berlin component added, defines for Berlin added, ver. 2.12.420

This commit is contained in:
Milan Hanajik
2016-12-14 11:09:23 +01:00
parent dd62310e59
commit eb2c3d00ce
8 changed files with 28 additions and 22 deletions
@@ -197,12 +197,12 @@ namespace TBF.BenchControl
public static void InitializeBoardEtc(ControlComponent3Munich.UserControl1 ctrlBrdComponent)
#elif FUZHOU300
public static void InitializeBoardEtc(ControlComponent3F300.UserControl1 ctrlBrdComponent)
#elif PT200IL || PUCHONG_PT200 || GENESIS
#elif PT200IL || PUCHONG_PT200 || GENESIS || BERLIN
public static void InitializeBoardEtc(ControlComponent_Izrael2014.UserControl1 ctrlBrdComponent)
#else /// all newer benches
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(Config.FluentCommon.CreateSession(Config.Entities.DBKind.Config));