Skip to content

Commit

Permalink
コンパイル警告対応(未使用変数)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Nov 28, 2023
1 parent 9140f4f commit f859c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
StateHasChanged();
});
}
catch( OperationCanceledException ce ) {}
catch( OperationCanceledException ) {}
catch( Exception e )
{
Console.WriteLine( e );
Expand Down

0 comments on commit f859c92

Please sign in to comment.