|
@@ -152,12 +152,13 @@ namespace SAGA.GplotManage
|
|
|
{
|
|
|
public override Result Execute(ExternalCommandData commandData, ref string message, ElementSet elements)
|
|
|
{
|
|
|
- var relationType = RelationTypeManager.GetRelationTypeItem("ChillWaterLoop");
|
|
|
- SystemComputerHandler handler1 = new SystemComputerHandler();
|
|
|
- SystemComputerContext context = new SystemComputerContext();
|
|
|
- context.Relations.Add("ChillWaterLoop");
|
|
|
- handler1.GetParseData(context);
|
|
|
- return Result.Succeeded;
|
|
|
+ //var relationType = RelationTypeManager.GetRelationTypeItem("ChillWaterLoop");
|
|
|
+ //return Result.Succeeded;
|
|
|
+ //SystemComputerHandler handler1 = new SystemComputerHandler();
|
|
|
+ //SystemComputerContext context = new SystemComputerContext();
|
|
|
+ //context.Relations.Add("ChillWaterLoop");
|
|
|
+ //handler1.GetParseData(context);
|
|
|
+ //return Result.Succeeded;
|
|
|
RoomShowHandler handler = new RoomShowHandler("ChillWaterLoop");
|
|
|
handler.Show();
|
|
|
;
|