client/src/Iri.Modernisation.Controls/View/PolemicView/PolemicView.xaml
author totetm <>
Tue, 09 Feb 2010 15:30:46 +0100
changeset 39 0f2bde8fdfeb
parent 28 2d4ec5ab2a40
permissions -rw-r--r--
WebService-like
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>