예제 #1
0
 public static int GetStorageIndex(string key)
 {
     return(StorageHelper.GetStorageList().IndexOf(StorageHelper.GetStorageManager(key)));
 }
예제 #2
0
 public static int GetCurrentIndex()
 {
     return(StorageHelper.GetStorageList().IndexOf(CurrentManager));
 }