去掉警告

croire 2 years ago
parent 84c3403a94
commit 4188daca72

@ -28,8 +28,6 @@ namespace DownKyi.ViewModels
{
public const string Tag = "PageChannel";
private readonly IDialogService dialogService;
private CancellationTokenSource tokenSource;
private long mid = -1;

@ -27,8 +27,6 @@ namespace DownKyi.ViewModels
{
public const string Tag = "PageMyBangumiFollow";
private readonly IDialogService dialogService;
private CancellationTokenSource tokenSource;
private long mid = -1;

@ -26,7 +26,7 @@ namespace DownKyi.ViewModels
{
public const string Tag = "PageMyFavorites";
private readonly IDialogService dialogService;
//private readonly IDialogService dialogService;
private CancellationTokenSource tokenSource1;
private CancellationTokenSource tokenSource2;
@ -87,7 +87,6 @@ namespace DownKyi.ViewModels
set => SetProperty(ref mediaContentVisibility, value);
}
private Visibility mediaLoadingVisibility;
public Visibility MediaLoadingVisibility
{

@ -28,8 +28,6 @@ namespace DownKyi.ViewModels
{
public const string Tag = "PageMyHistory";
private readonly IDialogService dialogService;
private CancellationTokenSource tokenSource;
// 每页视频数量,暂时在此写死,以后在设置中增加选项

@ -27,8 +27,6 @@ namespace DownKyi.ViewModels
{
public const string Tag = "PageMyToView";
private readonly IDialogService dialogService;
private CancellationTokenSource tokenSource;
#region 页面属性申明

@ -26,8 +26,6 @@ namespace DownKyi.ViewModels
{
public const string Tag = "PagePublicFavorites";
private readonly IDialogService dialogService;
private CancellationTokenSource tokenSource;
#region 页面属性申明

@ -29,8 +29,6 @@ namespace DownKyi.ViewModels
{
public const string Tag = "PagePublication";
private readonly IDialogService dialogService;
private CancellationTokenSource tokenSource;
private long mid = -1;

@ -28,8 +28,6 @@ namespace DownKyi.ViewModels
{
public const string Tag = "PageSeasonsSeries";
private readonly IDialogService dialogService;
private CancellationTokenSource tokenSource;
private long mid = -1;

Loading…
Cancel
Save