Esempio n. 1
0
        public NotificationsSettingsViewModel(IPageService pageService, NotificationSettingsViewModelType modelType)
        {
            _pageService = pageService;
            _modelType   = modelType;

            InitNotificationList();

            var init = InitLists();
        }
Esempio n. 2
0
        public NotificationSettingsFacultyBased(NotificationSettingsViewModelType modelType)
        {
            InitializeComponent();

            BindingContext = new NotificationFacultyBasedViewModel(new PageService(), modelType);
        }
Esempio n. 3
0
        public NotebookNotificationsSettings(NotificationSettingsViewModelType modelType)
        {
            InitializeComponent();

            BindingContext = new ViewModels.NotificationsSettingsViewModel(new PageService(), modelType);
        }