Esempio n. 1
0
 public Movie SearchAttachedMovie(string attachName)
 {
     return(m_rootMovie.SearchAttachedMovie(attachName));
 }