File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
44using System . Diagnostics ;
55using Kantan . Net . Utilities ;
6+ using Kantan . Text ;
67using Microsoft . Extensions . Logging ;
78using Microsoft . VisualBasic . FileIO ;
89using Novus . OS ;
@@ -164,8 +165,8 @@ private static void Clear_Clicked()
164165 Lbl_InputInfo . Text = ustring . Empty ;
165166 Lbl_InputInfo2 . Text = ustring . Empty ;
166167 Lbl_Status2 . Text = ustring . Empty ;
167- // Btn_Run.Enabled = true;
168- Btn_Run . Enabled = false ;
168+ Btn_Run . Enabled = true ;
169+ // Btn_Run.Enabled = false;
169170 Tf_Input . SetFocus ( ) ;
170171 // Btn_Delete.Enabled = false;
171172 }
@@ -189,6 +190,7 @@ private void Delete_Clicked()
189190 var file = Tf_Input . Text . ToString ( ) ;
190191
191192 if ( ! string . IsNullOrWhiteSpace ( file ) ) {
193+ file = file . CleanString ( ) ;
192194 Query . Dispose ( ) ;
193195 Debug . WriteLine ( $ "{ IsQueryReady ( ) } ") ;
194196
You can’t perform that action at this time.
0 commit comments