This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################################################################## | |
| # A Project of TNET Services, Inc | |
| # | |
| # Title: WiFi_Check | |
| # Author: Kevin Reed (Dweeber) | |
| # dweeber.dweebs@gmail.com | |
| # Project: Raspberry Pi Stuff | |
| # | |
| # Copyright: Copyright (c) 2012 Kevin Reed <kreed@tnet.com> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Reactive.Linq; | |
| using Android.App; | |
| using ReactiveUI; | |
| namespace ReactiveUI | |
| { | |
| class RoutedViewHost : ReactiveObject | |
| { | |
| RoutingState _router; |