|
|
|
@ -37,6 +37,8 @@ namespace WpfApp1
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public int cmp = 0;
|
|
|
|
|
|
|
|
|
|
private void exit_Click(object sender, RoutedEventArgs e)
|
|
|
|
|
{
|
|
|
|
|
((MainWindow)System.Windows.Application.Current.MainWindow).ContentControlSwapAcc();
|
|
|
|
@ -60,5 +62,14 @@ namespace WpfApp1
|
|
|
|
|
consPic.Source = new BitmapImage(new Uri(url, UriKind.Relative));
|
|
|
|
|
cartePic.Source = new BitmapImage(new Uri(requin.PhotoCarte, UriKind.Relative));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void vid_MouseDown(object sender, MouseButtonEventArgs e)
|
|
|
|
|
{
|
|
|
|
|
cmp = cmp+1;
|
|
|
|
|
if (cmp == 10)
|
|
|
|
|
{
|
|
|
|
|
vid.Source = new Uri("Videos/requin_Asley.mp4", UriKind.Relative);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|