コード例 #1
0
        void Instance_MatchTimeUpdated(int id)
        {
            var index = LiveMatches.ToList().IndexOf(LiveMatches.First(m => m.Id == id));

            var match = AppDelegate.SharedAppDelegate.UoW.MatchRepo.GetMatchById(id);

            var newTime = Floorball.UIHelper.GetMatchTime(match.Time, match.State);
        }