Ejemplo n.º 1
0
		internal StoragePath(string storagePath)
		{
			storagePathString = storagePath;
			storagePathEnum = Enums.StoragePath.Custom;
		}
 internal StoragePath(string storagePath)
 {
     storagePathString = storagePath;
     storagePathEnum   = Enums.StoragePath.Custom;
 }
Ejemplo n.º 3
0
		internal StoragePath(Enums.StoragePath storagePath)
		{
			storagePathEnum = storagePath;
		}
 internal StoragePath(Enums.StoragePath storagePath)
 {
     storagePathEnum = storagePath;
 }