Beispiel #1
0
 static InMemoryStorage()
 {
     Instance         = new InMemoryStorage();
     Instance.Storage = new Dictionary <string, Dictionary <string, string> >();
 }
Beispiel #2
0
 static InMemoryStorage()
 {
     Instance = new InMemoryStorage();
     Instance.Storage = new Dictionary<string, Dictionary<string, string>>();
 }