From 843bc4727a40d6ca67127326facf2333f461da2d Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Mon, 25 Apr 2016 13:57:44 -0600 Subject: Make core Ticker abstract and public (#116) * Make core Ticker abstract and public Make the core Ticker abstract and public so it can be inherited by platform implementations; remove now-unused parts of original Ticker; add CreateTicker to IPlatformServices; remove unused CreateTimer methods from IPlatformServices * Add docs for Ticker * Remove unnecessary Ticker.Default set * Move Ticker into Internals * Update Ticker docs * Remove old Ticker docs * Remove commented code --- Xamarin.Forms.Core.UnitTests/ViewUnitTests.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Xamarin.Forms.Core.UnitTests/ViewUnitTests.cs') diff --git a/Xamarin.Forms.Core.UnitTests/ViewUnitTests.cs b/Xamarin.Forms.Core.UnitTests/ViewUnitTests.cs index 97700ca4..9e7f0546 100644 --- a/Xamarin.Forms.Core.UnitTests/ViewUnitTests.cs +++ b/Xamarin.Forms.Core.UnitTests/ViewUnitTests.cs @@ -4,6 +4,7 @@ using System.Collections.Specialized; using System.Threading.Tasks; using NUnit.Framework; +using Xamarin.Forms.Internals; namespace Xamarin.Forms.Core.UnitTests { -- cgit v1.2.3