Server/Session.cs
changeset 171 151e11cac3b2
parent 123 0df386e37e29
child 184 7b6aa551eb6c
     1.1 --- a/Server/Session.cs	Tue Sep 29 18:38:36 2015 +0200
     1.2 +++ b/Server/Session.cs	Fri Oct 30 16:45:33 2015 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  using System.Collections.Generic;
     1.5  using System.Linq;
     1.6  using System.Diagnostics;
     1.7 -using SharpDisplay;
     1.8 +using SharpLib.Display;
     1.9  
    1.10  namespace SharpDisplay
    1.11  {