Пример #1
0
		public TodoItemPage (bool isNew = false)
		{
			InitializeComponent ();
			isNewItem = isNew;

			if (Device.OS == TargetPlatform.iOS) {
				spotlightSearch = DependencyService.Get<ISpotlightSearch> ();
			}
		}
Пример #2
0
        public TodoItemPage(bool isNew = false)
        {
            InitializeComponent();
            isNewItem = isNew;

            if (Device.OS == TargetPlatform.iOS)
            {
                spotlightSearch = DependencyService.Get <ISpotlightSearch> ();
            }
        }