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