Exemplo n.º 1
0
        public static async Task <string> GetAction(string gesture)
        {
            var     settingsStore = new SettingsStore();
            Setting setting       = await settingsStore.GetAsync(gesture);

            return(setting.PhoneAction);
        }