Inheritance: AcManager.Tools.Helpers.AbstractFilesStorage
Exemplo n.º 1
0
 public static void Initialize(string path)
 {
     Debug.Assert(Instance == null);
     Instance = new PresetsManager(path);
 }
Exemplo n.º 2
0
 public static void Initialize(string path) {
     Debug.Assert(Instance == null);
     Instance = new PresetsManager(path);
 }