Esempio n. 1
0
 public static void Play()
 {
     Player = Movie.Player.Load(Index);
     if (Player != null)
     {
         Player.StateChanged += Player_StateChanged;
     }
 }
Esempio n. 2
0
 public static void Reset()
 {
     Player      = null;
     ReturnState = defaultReturnState;
 }