Example #1
0
        public void Process(NodeArtist aNode)
        {
            musicArtist metadata = new musicArtist();

            SetContainerMetadata(metadata, aNode);
            iMetadata = metadata;
        }
Example #2
0
 public void Process(NodeArtist aNode)
 {
 }