Server/MainForm.cs
changeset 22 cac466b1b6e6
parent 21 274a6b27c3f9
child 25 6f10207a89a8
     1.1 --- a/Server/MainForm.cs	Thu Aug 14 00:23:18 2014 +0200
     1.2 +++ b/Server/MainForm.cs	Thu Aug 14 09:11:27 2014 +0200
     1.3 @@ -11,6 +11,7 @@
     1.4  using CodeProject.Dialog;
     1.5  using System.Drawing.Imaging;
     1.6  using System.ServiceModel;
     1.7 +using SharpDisplayInterface;
     1.8  
     1.9  
    1.10  namespace SharpDisplayManager
    1.11 @@ -190,7 +191,7 @@
    1.12              {
    1.13                  CheckForRequestResults();
    1.14  
    1.15 -                //Draw to bitmap                
    1.16 +                //Draw to bitmap
    1.17                  if (iCreateBitmap)
    1.18                  {
    1.19                      iBmp = new System.Drawing.Bitmap(tableLayoutPanel.Width, tableLayoutPanel.Height, PixelFormat.Format32bppArgb);
    1.20 @@ -213,7 +214,7 @@
    1.21                      screenX = ScreenX;
    1.22                      screenY = ScreenY;
    1.23                  }
    1.24 -                
    1.25 +
    1.26                  //Send it to our display
    1.27                  for (int i = 0; i < iBmp.Width; i++)
    1.28                  {