| author | totetm <> |
| Fri, 12 Feb 2010 16:22:57 +0100 | |
| changeset 47 | 9b26023b8c83 |
| parent 28 | 2d4ec5ab2a40 |
| permissions | -rw-r--r-- |
| 28 | 1 |
using System; |
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Net; |
|
5 |
using System.Windows; |
|
6 |
using System.Windows.Controls; |
|
7 |
using System.Windows.Documents; |
|
8 |
using System.Windows.Input; |
|
9 |
using System.Windows.Media; |
|
10 |
using System.Windows.Media.Animation; |
|
11 |
using System.Windows.Shapes; |
|
12 |
||
13 |
namespace Iri.Modernisation.Controls.View |
|
14 |
{ |
|
15 |
public partial class PolemicView : UserControl |
|
16 |
{ |
|
17 |
public PolemicView() |
|
18 |
{ |
|
19 |
InitializeComponent(); |
|
20 |
} |
|
21 |
} |
|
22 |
} |