Esempio n. 1
0
 public IntoClassView(IntoClassType intoClassType)
 {
     IntoClassType = intoClassType;
     InitializeComponent();
     //InitPictureBoxsAndLabels();
     DataContext = new IntoClassViewModel(this);
 }
Esempio n. 2
0
        private void SwitchCamera(object sender, System.Windows.Input.ExecutedRoutedEventArgs e)
        {
            var model = new IntoClassViewModel(this);

            model.SwitchCamera();
        }