summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-01-11 20:57:56 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2017-01-11 20:57:56 -0800
commitd90fc0ff1b4ab8d53f384a31e3b4fcbf3c6acd15 (patch)
tree7b6041bd7841c434fb6e7c120676252ed09183c7
parent2f6adce5b3919e49a14d65f7df9d676c05c4bac9 (diff)
parent4dcaad083d0a84cb4936877ab229adcb73b52f52 (diff)
downloadxamarin-forms-d90fc0ff1b4ab8d53f384a31e3b4fcbf3c6acd15.tar.gz
xamarin-forms-d90fc0ff1b4ab8d53f384a31e3b4fcbf3c6acd15.tar.bz2
xamarin-forms-d90fc0ff1b4ab8d53f384a31e3b4fcbf3c6acd15.zip
Merge "Provides ResourcePath as a public API" into tizen
-rwxr-xr-x[-rw-r--r--]Xamarin.Forms.Platform.Tizen/ResourcePath.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/ResourcePath.cs b/Xamarin.Forms.Platform.Tizen/ResourcePath.cs
index 918a4794..b3678727 100644..100755
--- a/Xamarin.Forms.Platform.Tizen/ResourcePath.cs
+++ b/Xamarin.Forms.Platform.Tizen/ResourcePath.cs
@@ -4,7 +4,7 @@ using AppFW = Tizen.Applications;
namespace Xamarin.Forms.Platform.Tizen
{
- internal static class ResourcePath
+ public static class ResourcePath
{
public static string GetPath(string res)
{