Пример #1
0
        private string GetCloudTypeString(Cloud.eType t)
        {
            string r   = t.ToString();
            string ret = R.ResourceManager.GetString(r, R.Culture);

            return(ret);
        }
Пример #2
0
 private static string Get(Cloud.eType eType)
 {
     return
         (R.ResourceManager.GetString(eType.ToString(), R.Culture));
 }