Пример #1
0
        private string GetPhenomString(ePhenomCollection.ePhenom yItem)
        {
            string s   = yItem.ToString();
            string ret = R.ResourceManager.GetString(s, R.Culture);

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

            return(ret);
        }