Beispiel #1
0
        internal static String TestPlatforms()
        {
            IStorageInterface si = DependencyService.Get <IStorageInterface>();

            if (si != null)
            {
                return(si.TestPlatforms("DOES THIS WORK?"));
            }
            return("SORRY, This didn't work at all");
        }