diff -r 274a6b27c3f9 -r cac466b1b6e6 Server/MainForm.cs --- a/Server/MainForm.cs Thu Aug 14 00:23:18 2014 +0200 +++ b/Server/MainForm.cs Thu Aug 14 09:11:27 2014 +0200 @@ -11,6 +11,7 @@ using CodeProject.Dialog; using System.Drawing.Imaging; using System.ServiceModel; +using SharpDisplayInterface; namespace SharpDisplayManager @@ -190,7 +191,7 @@ { CheckForRequestResults(); - //Draw to bitmap + //Draw to bitmap if (iCreateBitmap) { iBmp = new System.Drawing.Bitmap(tableLayoutPanel.Width, tableLayoutPanel.Height, PixelFormat.Format32bppArgb); @@ -213,7 +214,7 @@ screenX = ScreenX; screenY = ScreenY; } - + //Send it to our display for (int i = 0; i < iBmp.Width; i++) {