Ejemplo n.º 1
0
 static Application()
 {
     OS = GetOS();
     ExitWithLastWindow = true;
     contentProvider    = NoopContentProvider.Instance;
     uriWatcher         = NoopUriWatcher.Instance;
     OpenWindows        = new WindowCollection();
 }
Ejemplo n.º 2
0
 public AndroidApplication UseUriWatcher(string devServerUrl)
 {
     this.UriWatcher = new AndroidUriWatcher(devServerUrl);
     return(this);
 }