File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ public void ChangePriority(int newPriority)
145
145
[ RelayCommand ]
146
146
private void EditPluginPriority ( )
147
147
{
148
- PriorityChangeWindow priorityChangeWindow = new PriorityChangeWindow ( PluginPair . Metadata . ID , this ) ;
148
+ var priorityChangeWindow = new PriorityChangeWindow ( PluginPair . Metadata . ID , this ) ;
149
149
priorityChangeWindow . ShowDialog ( ) ;
150
150
}
151
151
@@ -173,14 +173,14 @@ private void OpenDeletePluginWindow()
173
173
[ RelayCommand ]
174
174
private void SetActionKeywords ( )
175
175
{
176
- ActionKeywords changeKeywordsWindow = new ActionKeywords ( this ) ;
176
+ var changeKeywordsWindow = new ActionKeywords ( this ) ;
177
177
changeKeywordsWindow . ShowDialog ( ) ;
178
178
}
179
179
180
180
[ RelayCommand ]
181
181
private void SetSearchDelaySpeed ( )
182
182
{
183
- /*SearchDelaySpeedWindow searchDelaySpeedWindow = new SearchDelaySpeedWindow(this);
183
+ /*var searchDelaySpeedWindow = new SearchDelaySpeedWindow(this);
184
184
searchDelaySpeedWindow.ShowDialog();*/
185
185
}
186
186
}
You can’t perform that action at this time.
0 commit comments