From 4d3a1e4983698a8d0a42ce4b0e71063246d352a0 Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Wed, 6 Mar 2013 14:57:04 +0100 Subject: [PATCH] added forgotten interface --- lib/csharp/se/lth/control/labcomm/LabCommType.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/csharp/se/lth/control/labcomm/LabCommType.cs diff --git a/lib/csharp/se/lth/control/labcomm/LabCommType.cs b/lib/csharp/se/lth/control/labcomm/LabCommType.cs new file mode 100644 index 0000000..1004681 --- /dev/null +++ b/lib/csharp/se/lth/control/labcomm/LabCommType.cs @@ -0,0 +1,3 @@ +public interface LabCommType { + +} -- GitLab