Exemplo n.º 1
0
 private static void ShowPlayer()
 {
     avPlayer.Left = Screen.PrimaryScreen.Bounds.Width - avPlayer.Width;
     avPlayer.Top  = (Screen.PrimaryScreen.Bounds.Height - avPlayer.Height) / 2;
     avPlayer.Show();
 }