client/src/Iri.Modernisation.Controls/ViewModel/ProductionEditor/ProductionEditorVM.cs
changeset 25 a9c815025a1b
parent 22 69a2910ec6f9
child 29 5f8d275750e7
equal deleted inserted replaced
24:c031f1132dde 25:a9c815025a1b
   124         {
   124         {
   125             ViewModelVideoViewer = new VideoViewerVM(true, false)
   125             ViewModelVideoViewer = new VideoViewerVM(true, false)
   126                 {
   126                 {
   127                    Source = Vs.Path
   127                    Source = Vs.Path
   128                 };
   128                 };
       
   129             ViewModelVideoViewer.AutoPlay = false;
   129             InitializeCommands();
   130             InitializeCommands();
   130         }
   131         }
   131         private void InitializeCommands()
   132         private void InitializeCommands()
   132         {
   133         {
   133 
   134