コード例 #1
0
        private String ModificationText(EntityModification modification, ProtectedAreaTypes protectedAreaType)
        {
            String result = String.Format(EntityModificationText[modification], protectedAreaType);

            return(result);
        }
コード例 #2
0
 private String ModificationText(EntityModification modification, ProtectedAreaTypes protectedAreaType)
 {
     String result = String.Format(EntityModificationText[modification], protectedAreaType);
     return result;
 }