Перевёл модуль на работу с новым Lers Framework 3.07 R18
This commit is contained in:
parent
44f041e294
commit
1d9bd2ddb5
@ -43,10 +43,8 @@ namespace Vkt5_RemoteConsole
|
|||||||
this.RemoteConsole.Disconnected += new EventHandler(RemoteConsole_Disconnected);
|
this.RemoteConsole.Disconnected += new EventHandler(RemoteConsole_Disconnected);
|
||||||
|
|
||||||
int networkAddress = 0;
|
int networkAddress = 0;
|
||||||
if (parameters.Device.PollSettings.Network != null)
|
|
||||||
{
|
Int32.TryParse(parameters.Device.NetworkAddress, out networkAddress);
|
||||||
Int32.TryParse(parameters.Device.NetworkAddress, out networkAddress);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Инициализируем контрол с удалённым пультом
|
// Инициализируем контрол с удалённым пультом
|
||||||
this.vktConsoleControl.Initialize(this.RemoteConsole, networkAddress);
|
this.vktConsoleControl.Initialize(this.RemoteConsole, networkAddress);
|
||||||
|
Reference in New Issue
Block a user