client/src/Iri.Modernisation.Controls/View/PolemicView/PolemicView.xaml
author totetm <>
Fri, 12 Feb 2010 11:53:02 +0100
changeset 43 7fa99f1c36a4
parent 28 2d4ec5ab2a40
permissions -rw-r--r--
Fixed | pb d'affichage dans la liste des annotations (rafraichissement + champs vide ? )
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>