Send uitleg to doctor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user