public WelcomPage(EbMobileSolutionData data)
        {
            InitializeComponent();

            solData = data;

            UserName       = App.Settings.UserDisplayName;
            SolutionLogo   = CommonServices.GetLogo(App.Settings.Sid);
            BindingContext = this;
        }
Ejemplo n.º 2
0
        public LoginBaseViewModel()
        {
            Service = new IdentityService();

            LogoUrl = CommonServices.GetLogo(App.Settings.Sid);
        }