Beispiel #1
0
        internal async static Task <byte[]> ReadBytesPickLocationAsync()
        {
            IStorageInterface si = DependencyService.Get <IStorageInterface>();

            if (si != null)
            {
                return(await si.ReadBytesPickLocationAsync());
            }
            return("SORRY, This didn't work at all".ToByteArray());
        }