You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
							|  |  |  |  | using Prism.Commands; | 
					
						
							|  |  |  |  | using Prism.Events; | 
					
						
							|  |  |  |  | using Prism.Ioc; | 
					
						
							|  |  |  |  | using Prism.Mvvm; | 
					
						
							|  |  |  |  | using Prism.Regions; | 
					
						
							|  |  |  |  | using Prism.Services.Dialogs; | 
					
						
							|  |  |  |  | using System; | 
					
						
							|  |  |  |  | using System.Collections.ObjectModel; | 
					
						
							|  |  |  |  | using System.Linq; | 
					
						
							|  |  |  |  | using System.Threading.Tasks; | 
					
						
							|  |  |  |  | using System.Windows.Threading; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | namespace StartServerWPF.Modules.Main.ViewModels | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |     public class WaveformPlayBackViewModel : BindableBase | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         IContainerProvider  _containerProvider; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         public WaveformPlayBackViewModel( | 
					
						
							|  |  |  |  |             IRegionManager regionManager, | 
					
						
							|  |  |  |  |             IContainerProvider  containerProvider) | 
					
						
							|  |  |  |  |         { | 
					
						
							|  |  |  |  |             _containerProvider = containerProvider; | 
					
						
							|  |  |  |  |         } | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | } |