Added splash gradient
[pithos-ms-client] / trunk / Pithos.Network / FolderConstants.cs
1 namespace Pithos.Network
2 {
3     public static class FolderConstants
4     {
5         public static readonly string OthersFolder="others-shared";
6         public static readonly string PithosContainer = "pithos";
7         public static readonly string TrashContainer = "trash";
8
9         public static readonly string CacheFolder = ".pithos.cache";
10     }
11 }