Example #1
0
 public void IsCheckScan()
 {
     Connection.On <string>("CheckCliScan", (c) => CheckScan?.Invoke(c));
 }