diff ServerMonitor/Controls/SizeUnitsComboBox.cs @ 17:68d7834dc28e

More comments.
author Brad Greco <brad@bgreco.net>
date Sat, 25 May 2019 15:14:26 -0400
parents 7127d5b5ac75
children
line wrap: on
line diff
--- a/ServerMonitor/Controls/SizeUnitsComboBox.cs	Tue Apr 30 20:40:58 2019 -0400
+++ b/ServerMonitor/Controls/SizeUnitsComboBox.cs	Sat May 25 15:14:26 2019 -0400
@@ -19,5 +19,6 @@
     }
 
     /// <summary>Size units.</summary>
+    /// <remarks>The integer values must equal the power of 1024 needed to convert from bytes to each unit.</remarks>
     public enum SizeUnits { B = 0, KB = 1, MB = 2, GB = 3 }
 }