Skip to content

Commit 911f8ee

Browse files
committed
Field modifier changed to private
1 parent 5cf6b84 commit 911f8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monte-carlo-pi-approximation/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace monte_carlo_pi_approximation
1010
/// </summary>
1111
public partial class MainWindow : Window
1212
{
13-
public static int iterationNumber = 0;
13+
private static int iterationNumber = 0;
1414
private bool isRunning;
1515
private CancellationTokenSource source = new CancellationTokenSource();
1616
private bool isCancelRequested;

0 commit comments

Comments
 (0)