示例#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();
 }