Exemplo n.º 1
0
 private void _wifiAdapter_Connected(object sender, IWiFiConnection e)
 {
     StartListener();
 }
Exemplo n.º 2
0
 public Task <InvokeResult> ConnectAsync(IWiFiConnection connection)
 {
     throw new NotImplementedException();
 }