Exemplo n.º 1
0
 private static string ArticleText(bool singularFormat, bool startsWitVowel)
 {
     if (!singularFormat)
     {
         return("");
     }
     else
     {
         return(GlobalStrings.Article(startsWitVowel));
     }
 }