Skip to content

Commit 093695f

Browse files
committed
* Added code comments
1 parent 9ac5773 commit 093695f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MemPlus/Classes/RAM/RamController.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ internal RamController(Dispatcher dispatcher, SfCircularGauge gauge, Label lblTo
134134
_logController.AddLog(new ApplicationLog("Done initializing RamController"));
135135
}
136136

137+
/// <summary>
138+
/// Set the threshold percentage for automatic RAM optimisation
139+
/// </summary>
140+
/// <param name="threshold">The percentage threshold</param>
137141
internal void SetAutoOptimizeThreshold(double threshold)
138142
{
139143
if (threshold < 25) throw new ArgumentException("Threshold is dangerously low!");

0 commit comments

Comments
 (0)