예제 #1
0
파일: IAnimatable.cs 프로젝트: Conn/Balder
 internal AnimationEventArgs(Animatable theObject)
 {
     _object = theObject;
 }
예제 #2
0
 internal AnimationEventArgs(Animatable theObject)
 {
     _object = theObject;
 }