1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 09:39:16 +02:00
This commit is contained in:
wech71 2018-11-24 13:49:32 +01:00
parent 0890103556
commit cc4ad72661
2 changed files with 27 additions and 29 deletions

View file

@ -150,7 +150,7 @@ namespace GfxTabletWinDotnet
{
Listener.Instance.TabletEvent += Instance_TabletEvent;
Listener.Instance.Start();
this.txtIpAddress.Text = Listener.Instance.listenAddress.ToString();
this.txtIpAddress.Text = Listener.Instance.ListenAddress.ToString();
}
}
}