/// <summary> /// Add all frames from a certain directory to the project /// </summary> /// <param name="directory">The directory from where the frames will be loaded</param> public static bool AddFrames(string directory) { return(CurrentProject.AddFrames(directory)); }