Пример #1
0
 public TestStorage()
 {
     Stats = new TestStorageStats()
     {
         Reads = -1
     };
 }
Пример #2
0
 public TestStorage()
 {
     Stats = new TestStorageStats()
     {
         Reads = -1
     };
     InitializeState();
 }
Пример #3
0
 public TestStorage()
 {
     Stats = new TestStorageStats();
 }