client/src/Iri.Modernisation.Controls/View/PolemicView/PolemicView.xaml
author totetm <>
Thu, 11 Feb 2010 17:29:23 +0100
changeset 42 594fdedecf7f
parent 28 2d4ec5ab2a40
permissions -rw-r--r--
Fixed| bouton close sur BookTimeLine Fixed| loading blocker sur les éléments du corpus vidéolivre (book a charger) Fixed| afficher l'état sur on load et loader sur les éléments du corpus vidéolivre ("book a charger") Fixed| bug du title sur book timline Fixed| Actualisation de l'affichage des annotations sur seek de la timline sans play Fixed| Seek possible quand play Fixed| Bug sur le placement tetris ? Fixed| texte par default sur les champs d'annotations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28
2d4ec5ab2a40 Commit Before SL4
Matthieu Totet
parents:
diff changeset
     1
<UserControl x:Class="Iri.Modernisation.Controls.View.PolemicView"
2d4ec5ab2a40 Commit Before SL4
Matthieu Totet
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
2d4ec5ab2a40 Commit Before SL4
Matthieu Totet
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2d4ec5ab2a40 Commit Before SL4
Matthieu Totet
parents:
diff changeset
     4
    <Grid x:Name="LayoutRoot" Background="White">
2d4ec5ab2a40 Commit Before SL4
Matthieu Totet
parents:
diff changeset
     5
2d4ec5ab2a40 Commit Before SL4
Matthieu Totet
parents:
diff changeset
     6
    </Grid>
2d4ec5ab2a40 Commit Before SL4
Matthieu Totet
parents:
diff changeset
     7
</UserControl>