This website works better with JavaScript.
Explore
Help
Register
Sign In
liulb
/
AUCMA_SCADA
Watch
1
Star
0
Fork
You've already forked AUCMA_SCADA
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fd06f60702
AUCMA_SCADA
/
Aucma.Core.Scanner
/
Scanner
/
IScannerService.cs
9 lines
121 B
C#
Raw
Normal View
History
Unescape
Escape
.
1 year ago
namespace
Aucma.Core.Scanner
{
public
interface
IScannerService
{
Task
StartScannerAsync
(
)
;
}
}