コード例 #1
0
ファイル: UserService.cs プロジェクト: RezaT4795/Denna
        public async void Logout()
        {
            await User.Current.LogOutAsync();

            NotificationService.ClearBadgeAndLiveTile();
        }