client/src/Iri.Modernisation.Controls/ViewModel/HeaderProduction/HeaderProductionChapterVM.cs
equal
deleted
inserted
replaced
77 Ended(); |
77 Ended(); |
78 } |
78 } |
79 } |
79 } |
80 } |
80 } |
81 |
81 |
|
82 |
|
83 |
82 private bool _highLight; |
84 private bool _highLight; |
83 public bool HighLight |
85 public bool HighLight |
84 { |
86 { |
85 get |
87 get |
86 { |
88 { |
132 public HeaderProductionChapterVM(VideoChapterDescription Vcd) |
134 public HeaderProductionChapterVM(VideoChapterDescription Vcd) |
133 { |
135 { |
134 _chapterDescription = Vcd; |
136 _chapterDescription = Vcd; |
135 _title = Vcd.Title; |
137 _title = Vcd.Title; |
136 HighLight = false; |
138 HighLight = false; |
|
139 |
137 |
140 |
138 } |
141 } |
139 |
142 |
140 public delegate void EditEndedDelegate(); |
143 public delegate void EditEndedDelegate(); |
141 public event EditEndedDelegate EditEnded; |
144 public event EditEndedDelegate EditEnded; |