fixed another set of warnings (#5219)

Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
Clint Rutkas
2020-07-24 15:46:29 -07:00
committed by GitHub
parent cc990a1181
commit 9646ec5edd
4 changed files with 16 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ namespace Microsoft.PowerToys.Settings.UI.Views
{
public sealed partial class ImageResizerPage : Page
{
ImageResizerViewModel ViewModel { get; set; }
private ImageResizerViewModel ViewModel { get; set; }
public ImageResizerPage()
{