client/src/Iri.Modernisation.Controls/ViewModel/WebCamControl/WebCamControlVM.cs
changeset 29 5f8d275750e7
child 35 43bb1b8ed555
equal deleted inserted replaced
28:2d4ec5ab2a40 29:5f8d275750e7
       
     1 using System;
       
     2 using System.Net;
       
     3 using System.Windows;
       
     4 using System.Windows.Controls;
       
     5 using System.Windows.Documents;
       
     6 using System.Windows.Ink;
       
     7 using System.Windows.Input;
       
     8 using System.Windows.Media;
       
     9 using System.Windows.Media.Animation;
       
    10 using System.Windows.Shapes;
       
    11 using Iri.Modernisation.BaseMVVM.Commands;
       
    12 namespace Iri.Modernisation.Controls.ViewModel
       
    13 {
       
    14     public class WebCamControlVM : BaseMVVM.ViewModel.ViewModel
       
    15     {
       
    16 
       
    17 
       
    18      
       
    19         public WebCamControlVM()
       
    20         {
       
    21             
       
    22           
       
    23         }
       
    24     }
       
    25 }