client/src/Iri.Modernisation.Controls/View/HeaderProduction/HeaderProductionChapter.xaml.cs
changeset 26 44a2dc869e28
child 27 f292db96b050
equal deleted inserted replaced
25:a9c815025a1b 26:44a2dc869e28
       
     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
       
    12 {
       
    13 	public partial class HeaderProductionChapter : UserControl
       
    14 	{
       
    15 		public HeaderProductionChapter()
       
    16 		{
       
    17 			// Required to initialize variables
       
    18 			InitializeComponent();
       
    19 		}
       
    20 	}
       
    21 }