| author | Matthieu Totet |
| Thu, 03 Dec 2009 16:05:43 +0100 | |
| changeset 16 | dde0338cb539 |
| parent 0 | 249d70e7b32d |
| child 17 | 0e4e63f6f567 |
| permissions | -rw-r--r-- |
| 0 | 1 |
using System; |
2 |
using System.Windows; |
|
3 |
using System.Windows.Controls; |
|
4 |
using System.Windows.Documents; |
|
5 |
using System.Windows.Ink; |
|
6 |
using System.Windows.Input; |
|
7 |
using System.Windows.Media; |
|
8 |
using System.Windows.Media.Animation; |
|
9 |
using System.Windows.Shapes; |
|
10 |
||
11 |
namespace Iri.Modernisation.Controls.View |
|
12 |
{ |
|
13 |
public partial class HeaderProduction : UserControl |
|
14 |
{ |
|
15 |
public HeaderProduction() |
|
16 |
{ |
|
17 |
// Required to initialize variables |
|
18 |
InitializeComponent(); |
|
19 |
} |
|
20 |
} |
|
21 |
} |