コード例 #1
0
ファイル: StorageManager.cs プロジェクト: StevePro7/3Dcity
 public void Initialize(String fileName)
 {
     storageFactory.Initialize(fileName);
 }