From 4704792a87ce6c0e1fe3697764115200125a71f3 Mon Sep 17 00:00:00 2001 From: tian-lt Date: Tue, 12 Apr 2022 23:41:42 +0800 Subject: [PATCH] remove Windows.System --- src/Calculator/App.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Calculator/App.xaml.cs b/src/Calculator/App.xaml.cs index 4f8af2c1..bd075bdf 100644 --- a/src/Calculator/App.xaml.cs +++ b/src/Calculator/App.xaml.cs @@ -19,7 +19,6 @@ using Windows.ApplicationModel.Activation; using Windows.ApplicationModel.Core; using Windows.Foundation; using Windows.Storage; -using Windows.System; using Windows.UI.Core; using Windows.UI.StartScreen; using Windows.UI.ViewManagement;