Esempio n. 1
0
        /// <summary>
        /// Remove the current match from the stored matches in the local datastore
        /// </summary>
        public async void RemoveMatch()
        {
            if (CurrentMatch != null)
            {
                RemoveMatch(CurrentMatch.Match.ID);

                CurrentMatch.RemoveFromOneDrive();
            }
        }