Exemplo n.º 1
0
        /// <summary>
        ///     Constructor
        /// </summary>
        public HybridMainPage()
        {
            _instance    = this;
            _syncContext = SynchronizationContext.Current;
            Task <BootConfig> task = Task.Run(() => BootConfig.GetBootConfig());

            _bootConfig = task.Result;
        }
 /// <summary>
 /// Constructor
 /// </summary>
 public HybridMainPage()
 {
     _instance    = this;
     _syncContext = SynchronizationContext.Current;
     _bootConfig  = BootConfig.GetBootConfig();
 }