Skip to content

Commit c807bee

Browse files
committed
Add order
1 parent 9c82fa9 commit c807bee

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

SLC-AS-KDWTestScript_1/SLC-AS-KDWTestScript_1.cs

+5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ namespace SLC_AS_KDWTestScript_1
44
using System.Collections.Generic;
55
using System.Globalization;
66
using System.Text;
7+
using Empower.Library.Room0;
78
using Skyline.DataMiner.Automation;
9+
810
/// <summary>
911
/// Represents a DataMiner Automation script.
1012
/// </summary>
@@ -17,6 +19,9 @@ public class Script
1719
public void Run(IEngine engine)
1820
{
1921
engine.GenerateInformation("Hello World 4!");
22+
23+
var order = OrderFactory.CreateOrder("Big Mac");
24+
order.Dispatch("Klaas Dewitte");
2025
}
2126
}
2227
}

SLC-AS-KDWTestScript_1/SLC-AS-KDWTestScript_1.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Skyline.DataMiner.Dev.Automation" Version="10.1.0.6" />
19+
<PackageReference Include="Skyline.DataMiner.Empower.Library.Room0" Version="1.0.4" />
1920
</ItemGroup>
2021
<ProjectExtensions>
2122
<VisualStudio>

0 commit comments

Comments
 (0)