Exemplo n.º 1
0
        private void OnSelectedItemChanged(object sender, System.Windows.RoutedPropertyChangedEventArgs <object> e)
        {
            ModuleUI newModel = e.NewValue as ModuleUI;

            NavigateToModel(newModel);
        }
Exemplo n.º 2
0
 public Formats(ModuleUI ui)
 {
     this.ui = ui;
 }
Exemplo n.º 3
0
 public FormatDestination(string name, ModuleUI ui)
 {
     this.name        = name;
     this.ui          = ui;
     this.destination = ui.DestiantionVariants.NotSelected;
 }