예제 #1
0
 public static Guid GetGuid(this IINode node)
 {
     return(GetGuid(Animatable.CreateWrapper <Node>(node)));
 }