client/src/Iri.Modernisation.Controls/ViewModel/HeaderProduction/HeaderProductionChapterVM.cs
changeset 31 775d895e5d4d
parent 27 f292db96b050
child 38 bd33267300aa
--- a/client/src/Iri.Modernisation.Controls/ViewModel/HeaderProduction/HeaderProductionChapterVM.cs	Thu Jan 14 16:39:50 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/ViewModel/HeaderProduction/HeaderProductionChapterVM.cs	Fri Jan 15 11:30:56 2010 +0100
@@ -79,6 +79,8 @@
             }
         }
 
+        
+
         private bool _highLight;
         public bool HighLight
         {
@@ -134,6 +136,7 @@
             _chapterDescription = Vcd;
             _title = Vcd.Title;
             HighLight = false;
+            
            
         }