개정판 f87dfb18
Issue #200114 CTRL+방향키로 페이지의 Center 이동
- 뱡향키 사용시 컨트롤의 포커스가 변경되는 경우가 발생
CTRL+마우스 휠 페이지번호 변경
Change-Id: I7804b9fdf9a0720393a682a8183d9192ef43c8a3
CommonLib/DNSHelper.cs | ||
---|---|---|
16 | 16 |
|
17 | 17 |
foreach (NetworkInterface networkInterface in networkInterfaces) |
18 | 18 |
{ |
19 |
|
|
19 | 20 |
if ((networkInterface.NetworkInterfaceType == NetworkInterfaceType.Ethernet || |
20 |
networkInterface.NetworkInterfaceType == NetworkInterfaceType.Wireless80211) && networkInterface.OperationalStatus == OperationalStatus.Up) |
|
21 |
networkInterface.NetworkInterfaceType == NetworkInterfaceType.Wireless80211) |
|
22 |
&& networkInterface.OperationalStatus == OperationalStatus.Up) |
|
21 | 23 |
{ |
22 | 24 |
IPInterfaceProperties ipProperties = networkInterface.GetIPProperties(); |
23 | 25 |
IPAddressCollection dnsAddresses = ipProperties.DnsAddresses; |
내보내기 Unified diff