コード例 #1
0
ファイル: Engagement.cs プロジェクト: J3057/MobileApp
        public string[] GetEntry(MobileApp.Shared.Network.RockMobileUser mobileUser)
        {
            if (mobileUser.IsTeaching)
            {
                return(Coach_Entry);
            }

            // they aren't either, so return the "you should do this!!!1one"
            return(NotCoach_Entry);
        }
コード例 #2
0
ファイル: Engagement.cs プロジェクト: J3057/MobileApp
 public string[] GetEntry(MobileApp.Shared.Network.RockMobileUser mobileUser)
 {
     return(Share_Entry);
 }