Merge remote-tracking branch 'origin/master'

This commit is contained in:
Patrice 2019-06-07 16:50:47 +02:00
commit a1aa2847e1
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace FrontEnd
override public string ToString()
{
return $"Id: {Id}, Label: {Label}, Status {Status}\n" +
return $"Id: {Id}, Label: {Label}, Status: {Status}\n" +
$"ClientID: {Client_Id}, Ip : {Ip}\n" +
$"X: {X} Y: {Y} Angle: {Angle}";
}
@ -38,7 +38,7 @@ namespace FrontEnd
override public string ToString()
{
return $"Id: {Id}, Label: {Label}, Status {Status}\n" +
return $"Id: {Id}, Label: {Label}, Status: {Status}\n" +
$"Ip : {Ip}\n" +
$"X: {X} Y: {Y}";
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 835 B

After

Width:  |  Height:  |  Size: 877 B