Exemplo n.º 1
0
 public static void RemoveTimelineSelection()
 {
     Selection.set_objects((from s in Selection.get_objects()
                            where !SelectionManager.IsTimelineType(s)
                            select s).ToArray <Object>());
 }