예제 #1
0
 public void EndRotate()
 {
     if (ElementRotate != null)
     {
         ElementRotate.Stop();
     }
 }
예제 #2
0
 public void BeginRotate()
 {
     if (ElementRotate != null)
     {
         ElementRotate.Begin();
     }
 }