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