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