Adding DeviceScreeenInfo
This commit is contained in:
@@ -5,7 +5,7 @@ using Navigator.Services;
|
||||
using Navigator.Views;
|
||||
using MarketData.Service;
|
||||
using Navigator.Utils;
|
||||
|
||||
/*
|
||||
namespace Navigator
|
||||
{
|
||||
public partial class App : Application
|
||||
@@ -15,6 +15,7 @@ namespace Navigator
|
||||
{
|
||||
InitializeComponent();
|
||||
DependencyService.Register<MockDataStore>();
|
||||
DependencyService.Register<DeviceScreenInfo>();
|
||||
if(!DesignMode.IsDesignModeEnabled)
|
||||
{
|
||||
if(MarketDataServiceClient.IsWiFiNetwork())MarketDataServiceClient.GetInstance().SetUrl(AppSettingsManager.Settings["Service_Local"],AppSettingsManager.Settings["ServiceUser"]);
|
||||
@@ -36,3 +37,4 @@ namespace Navigator
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user