Пример #1
0
 public void ExibirPopupErroConexao()
 {
     if (IsNotConnected)
     {
         navigationService.AbrirErroConexao();
     }
 }