初始化CRICS
This commit is contained in:
17
RCUHost/IHostSearchReceiver.cs
Normal file
17
RCUHost/IHostSearchReceiver.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Domain;
|
||||
|
||||
namespace RCUHost
|
||||
{
|
||||
public interface IHostSearchReceiver
|
||||
{
|
||||
void Start(SearchHostResultHandler handler);
|
||||
|
||||
void Start();
|
||||
|
||||
bool Searching { get; }
|
||||
|
||||
string User { get; set; }
|
||||
|
||||
void Stop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user