コード例 #1
0
 static InMemoryStorage()
 {
     Instance         = new InMemoryStorage();
     Instance.Storage = new Dictionary <string, Dictionary <string, string> >();
 }
コード例 #2
0
ファイル: InMemoryStorage.cs プロジェクト: t1b1c/lwas
 static InMemoryStorage()
 {
     Instance = new InMemoryStorage();
     Instance.Storage = new Dictionary<string, Dictionary<string, string>>();
 }