예제 #1
0
파일: MapItem.cs 프로젝트: jilumvc/Sajoo
 internal void AddMap( String propertyName, MapItem item )
 {
     AddMap( propertyName, item.Name );
 }