mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 08:55:14 +00:00
Update ServiceMain.cs
This commit is contained in:
parent
02681a135e
commit
3a890168df
|
@ -313,8 +313,8 @@ namespace WelsonJS.Service
|
||||||
{
|
{
|
||||||
result.FileName,
|
result.FileName,
|
||||||
result.ScreenNumber.ToString(),
|
result.ScreenNumber.ToString(),
|
||||||
result.Location.X.ToString(),
|
result.Position.X.ToString(),
|
||||||
result.Location.Y.ToString(),
|
result.Position.Y.ToString(),
|
||||||
result.MaxCorrelation.ToString()
|
result.MaxCorrelation.ToString()
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user