summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-04-24 18:33:06 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:33 +0900
commit37c7f0c8bfdb190831c96b95754d441bf0dbb006 (patch)
tree6d50dee5ce6f1142323d80c33f8f5a911ac77f82 /Xamarin.Forms.Platform.Tizen/Native
parent99395a7eb56ea8cb8db8c11ea58266e3160aa32a (diff)
downloadxamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.tar.gz
xamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.tar.bz2
xamarin-forms-37c7f0c8bfdb190831c96b95754d441bf0dbb006.zip
Remove InternalsVissibleTo from Core to XF.Platforms.Tizen
- Please refer to prior patch (#782)
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Native')
-rw-r--r--[-rwxr-xr-x]Xamarin.Forms.Platform.Tizen/Native/Image.cs1
-rw-r--r--Xamarin.Forms.Platform.Tizen/Native/ListView.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Native/Image.cs b/Xamarin.Forms.Platform.Tizen/Native/Image.cs
index ceae4e5f..37602a0f 100755..100644
--- a/Xamarin.Forms.Platform.Tizen/Native/Image.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/Image.cs
@@ -1,4 +1,5 @@
using System.Threading.Tasks;
+using Xamarin.Forms.Internals;
using ElmSharp;
using EImage = ElmSharp.Image;
using ESize = ElmSharp.Size;
diff --git a/Xamarin.Forms.Platform.Tizen/Native/ListView.cs b/Xamarin.Forms.Platform.Tizen/Native/ListView.cs
index 7947c3ed..fed99101 100644
--- a/Xamarin.Forms.Platform.Tizen/Native/ListView.cs
+++ b/Xamarin.Forms.Platform.Tizen/Native/ListView.cs
@@ -2,6 +2,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
+using Xamarin.Forms.Internals;
using ElmSharp;
namespace Xamarin.Forms.Platform.Tizen.Native