Example #1
0
 /// <summary>
 /// Reads and updates XMP from all frames
 /// </summary>
 public static void ReadXMP()
 {
     if (CurrentProject.GetType() == typeof(ProjectACR))
     {
         ((ProjectACR)CurrentProject).ReadXMP();
     }
     else
     {
         throw new ProjectTypeException();
     }
 }