Skip to content

Commit

Permalink
Refactoring: reordered various private members of the FrmUpdate class…
Browse files Browse the repository at this point in the history
… and updated inline documentation.
  • Loading branch information
xvitaly committed Jan 19, 2025
1 parent ebcf42a commit 72b7050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/srcrepair/FrmUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ public partial class FrmUpdate : Form
private readonly string UserAgent;

/// <summary>
/// Stores the full path to the local updates directory.
/// Stores full path to the application installation directory.
/// </summary>
private readonly string AppUpdateDir;
private readonly string FullAppPath;

/// <summary>
/// Stores the application installation directory.
/// Stores the full path to the local updates directory.
/// </summary>
private readonly string FullAppPath;
private readonly string AppUpdateDir;

/// <summary>
/// Stores an instance of the UpdateManager class for working
Expand Down

0 comments on commit 72b7050

Please sign in to comment.