Send uitleg to doctor

This commit is contained in:
2015-11-02 13:01:24 +01:00
parent fe1c7c28b8
commit 424b6ddc9c
2 changed files with 8 additions and 0 deletions
@@ -79,6 +79,9 @@ namespace ErgometerServer
}
}
break;
case NetCommand.CommandType.UITLEG:
server.SendToDoctor(input);
break;
case NetCommand.CommandType.DATA:
if (loggedin)
{
@@ -84,6 +84,11 @@ namespace ErgometerServer
return metingen;
}
internal static void SaveTestResult(NetCommand input, int session)
{
throw new NotImplementedException();
}
public static List<Tuple<int, string, double>> GetAllSessions()
{
string[] directories = Directory.GetDirectories(DataFolder);