X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2FDeviceInformation.cs;h=f7992e3ef68e2fe11cb5872da187380dee61a77d;hb=a42ad439ecc9eccae64404ae8124d17308ce2c96;hp=0743e9ed655905b6784b1c7b7da93b6b875f08e1;hpb=b113b95ac84c2dd99d82ecc7c8dfbc296209bf23;p=deb_libcec.git diff --git a/src/cec-config-gui/DeviceInformation.cs b/src/cec-config-gui/DeviceInformation.cs index 0743e9e..f7992e3 100644 --- a/src/cec-config-gui/DeviceInformation.cs +++ b/src/cec-config-gui/DeviceInformation.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Text; using System.Windows.Forms; using CecSharp; @@ -19,8 +14,8 @@ namespace CecConfigGui Lib = lib; Address = address; InitializeComponent(); - this.lDevice.Text = lib.ToString(address); - this.lLogicalAddress.Text = String.Format("{0,1:X}", (int)address); + lDevice.Text = lib.ToString(address); + lLogicalAddress.Text = String.Format("{0,1:X}", (int)address); Update(devicePresent, vendor, isActiveSource, physicalAddress, version, power, osdName, menuLanguage); }