# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |