private static List <StoryboardObject> GetStoryboardObjectsFromOsbin(string path) { using (var stream = File.OpenRead(path)) { return(StoryboardBinaryFormatter.Deserialize(stream).ToList()); } }
private void Parser() { objectsB = StoryboardBinaryFormatter.Deserialize(stream).ToList(); }