File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ namespace SLC_AS_KDWTestScript_1
4
4
using System . Collections . Generic ;
5
5
using System . Globalization ;
6
6
using System . Text ;
7
+ using Empower . Library . Room0 ;
7
8
using Skyline . DataMiner . Automation ;
9
+
8
10
/// <summary>
9
11
/// Represents a DataMiner Automation script.
10
12
/// </summary>
@@ -17,6 +19,9 @@ public class Script
17
19
public void Run ( IEngine engine )
18
20
{
19
21
engine . GenerateInformation ( "Hello World 4!" ) ;
22
+
23
+ var order = OrderFactory . CreateOrder ( "Big Mac" ) ;
24
+ order . Dispatch ( "Klaas Dewitte" ) ;
20
25
}
21
26
}
22
27
}
Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
<ItemGroup >
18
18
<PackageReference Include =" Skyline.DataMiner.Dev.Automation" Version =" 10.1.0.6" />
19
+ <PackageReference Include =" Skyline.DataMiner.Empower.Library.Room0" Version =" 1.0.4" />
19
20
</ItemGroup >
20
21
<ProjectExtensions >
21
22
<VisualStudio >
You can’t perform that action at this time.
0 commit comments