ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/trunk/EmuXPortal/Api/DisplayHelper.cs
(Generate patch)

Comparing trunk/EmuXPortal/Api/DisplayHelper.cs (file contents):
Revision 14 by william, Tue Apr 3 21:00:28 2012 UTC vs.
Revision 15 by william, Tue Apr 3 21:39:47 2012 UTC

# Line 3 | Line 3 | using System.Collections.Generic;
3   using System.Linq;
4   using System.Text;
5   using System.Windows.Forms;
6 + using EmuXPortal.Logging;
7  
8   namespace EmuXPortal.Api
9   {
# Line 12 | Line 13 | namespace EmuXPortal.Api
13          public DisplayHelper(string device) : this(GetScreenFromString(device)) { }
14          public DisplayHelper(Screen device)
15          {
16 +            logger.WriteLine("Using DisplayDevice: {0}", device);
17              PhysicalDisplayDevice = device;
18          }
19          #region GetScreenFromString

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines