Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a1aa2847e1
|
|
@ -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 |
Loading…
Reference in New Issue