Esempio n. 1
0
 /// <summary>
 /// Manages the storage of version numbers, allowing them to be saved and loaded.
 /// </summary>
 /// <param name="opts">Initialisation options for the underlying system.</param>
 public VersionStorage(VersionStorageOptions opts) : this()
 {
     InitValue = opts;
 }
Esempio n. 2
0
 protected VersionStorage()
 {
     InitValue = null;
 }