Перевёл модуль на работу с новым Lers Framework 3.07 R18

This commit is contained in:
Антон Чичков 2016-07-13 09:22:39 +10:00
parent 44f041e294
commit 1d9bd2ddb5

View File

@ -43,10 +43,8 @@ namespace Vkt5_RemoteConsole
this.RemoteConsole.Disconnected += new EventHandler(RemoteConsole_Disconnected);
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);