code cleanup

This commit is contained in:
tian-lt 2022-04-12 23:24:51 +08:00
commit 1a2139f979
5 changed files with 3 additions and 5 deletions

View file

@ -170,7 +170,7 @@
<Compile Include="Views\GraphingCalculator\EquationStylePanelControl.xaml.cs"> <Compile Include="Views\GraphingCalculator\EquationStylePanelControl.xaml.cs">
<DependentUpon>EquationStylePanelControl.xaml</DependentUpon> <DependentUpon>EquationStylePanelControl.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Views\GraphingCalculator\KeyGraphFeaturesTemplateSelector.cs" /> <Compile Include="Selectors\KeyGraphFeaturesTemplateSelector.cs" />
<Compile Include="Utils\DelegateCommandUtils.cs" /> <Compile Include="Utils\DelegateCommandUtils.cs" />
<Compile Include="Views\Calculator.xaml.cs"> <Compile Include="Views\Calculator.xaml.cs">
<DependentUpon>Calculator.xaml</DependentUpon> <DependentUpon>Calculator.xaml</DependentUpon>
@ -236,7 +236,7 @@
<DependentUpon>Settings.xaml</DependentUpon> <DependentUpon>Settings.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Views\StateTriggers\AspectRatioTrigger.cs" /> <Compile Include="Views\StateTriggers\AspectRatioTrigger.cs" />
<Compile Include="Views\StateTriggers\CalculatorProgrammerDisplayPanel.xaml.cs"> <Compile Include="Views\CalculatorProgrammerDisplayPanel.xaml.cs">
<DependentUpon>CalculatorProgrammerDisplayPanel.xaml</DependentUpon> <DependentUpon>CalculatorProgrammerDisplayPanel.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Views\StateTriggers\ControlSizeTrigger.cs" /> <Compile Include="Views\StateTriggers\ControlSizeTrigger.cs" />
@ -774,7 +774,7 @@
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>
<Page Include="Views\StateTriggers\CalculatorProgrammerDisplayPanel.xaml"> <Page Include="Views\CalculatorProgrammerDisplayPanel.xaml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>

View file

@ -5,10 +5,8 @@ using CalculatorApp.ViewModel.Common;
using CalculatorApp.ViewModel.Common.Automation; using CalculatorApp.ViewModel.Common.Automation;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel; using System.ComponentModel;
using Windows.Foundation; using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.Graphics.Display; using Windows.Graphics.Display;
using Windows.Storage; using Windows.Storage;
using Windows.UI.Core; using Windows.UI.Core;