We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 852b2f5 + 5ff8a5b commit 161c546Copy full SHA for 161c546
Plugins/Flow.Launcher.Plugin.Calculator/Views/CalculatorSettings.xaml.cs
@@ -1,11 +1,8 @@
1
-using System.Windows.Controls;
+using System.Windows.Controls;
2
using Flow.Launcher.Plugin.Calculator.ViewModels;
3
4
namespace Flow.Launcher.Plugin.Calculator.Views
5
{
6
- /// <summary>
7
- /// Interaction logic for CalculatorSettings.xaml
8
- /// </summary>
9
public partial class CalculatorSettings : UserControl
10
11
private readonly SettingsViewModel _viewModel;
@@ -19,5 +16,4 @@ public CalculatorSettings(SettingsViewModel viewModel)
19
16
InitializeComponent();
20
17
}
21
18
22
-
23
0 commit comments